Skip to content

Commit

Permalink
Merge pull request #1 from gsoc2/dependabot/github_actions/docker/set…
Browse files Browse the repository at this point in the history
…up-buildx-action-3

Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
NxPKG committed Oct 21, 2023
2 parents c992938 + b4d8393 commit 2b7627c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: docker/setup-qemu-action@v2

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

- name: Login to DockerHub
uses: docker/login-action@v2
Expand Down

0 comments on commit 2b7627c

Please sign in to comment.