Skip to content

Commit

Permalink
Upgrade docker/setup-buildx-action to 3 version (#33)
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 7c95828 commit 17c903f
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 @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-buildx-action@v3

- run: make docker.image no-cache=yes
tag=build-${{ github.run_number }}
Expand Down

0 comments on commit 17c903f

Please sign in to comment.