Skip to content

Commit

Permalink
Set up Docker Buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
qjoly committed May 2, 2023
1 parent d7fe13b commit c85299f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
image: tonistiigi/binfmt:latest
platforms: arm64

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
Expand Down

0 comments on commit c85299f

Please sign in to comment.