Skip to content

Commit

Permalink
Upgrade docker/setup-buildx-action to 3 version (#132)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 13, 2023
1 parent 7ab40e8 commit 278bec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ jobs:

- uses: actions/checkout@v4
if: ${{ steps.skip.outputs.no == 'true' }}
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-buildx-action@v3
if: ${{ steps.skip.outputs.no == 'true' }}

- run: make docker.build debug=no no-cache=yes
Expand Down

0 comments on commit 278bec6

Please sign in to comment.