Skip to content

Commit

Permalink
fix: Update push-image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
felipementel authored Dec 17, 2023
1 parent eedcea5 commit 5211cc3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v1
with:
version: latest
buildkitd-flags: --debug

- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit 5211cc3

Please sign in to comment.