Skip to content

Commit

Permalink
Merge pull request #152 from microcks/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/setup-buildx-action-3

chore(deps): bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
lbroudoux authored Oct 21, 2024
2 parents a416bd7 + 01e0b04 commit d700946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Set up Docker Buildx
if: github.repository_owner == 'microcks'
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to Quay.io Registry and setup multi-arch builder
if: github.repository_owner == 'microcks'
Expand Down

0 comments on commit d700946

Please sign in to comment.