Skip to content

Commit

Permalink
Merge pull request #38 from projectsyn/renovate/docker-setup-buildx-a…
Browse files Browse the repository at this point in the history
…ction-3.x

Update docker/setup-buildx-action action to v3
  • Loading branch information
simu authored Nov 24, 2023
2 parents 4a06744 + a86f1b9 commit 0f14601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: docker/setup-qemu-action@v1

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

- name: Login to DockerHub
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 0f14601

Please sign in to comment.