This commit is contained in:
parent
b744439e49
commit
f4b4214521
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ jobs:
|
||||||
platforms: 'amd64'
|
platforms: 'amd64'
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
with:
|
||||||
|
endpoint: multiarch
|
||||||
- name: Login to Container Registry
|
- name: Login to Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue