Skip to content

Commit 83fe7b2

Browse files
authored
Update docker-publish.yaml
1 parent fa382d3 commit 83fe7b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker-publish.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
with:
4545
platforms: arm64
4646

47+
- name: Set up Docker Buildx
48+
uses: docker/setup-buildx-action@v3
49+
with:
50+
platforms: linux/amd64,linux/arm64
51+
4752
# Login against a Docker registry except on PR
4853
# https://github.com/docker/login-action
4954
- name: Log into registry ${{ env.REGISTRY }}

0 commit comments

Comments
 (0)