Skip to content

Commit

Permalink
Merge pull request #506 from zoetrope/renovate/docker-setup-buildx-ac…
Browse files Browse the repository at this point in the history
…tion-3.x

Update docker/setup-buildx-action action to v3
  • Loading branch information
zoetrope committed Jun 18, 2024
2 parents 3593cc8 + 53de1cf commit c4f87e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
with:
fetch-depth: 0
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-buildx-action@v3
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
fetch-depth: 0
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-buildx-action@v3
- name: GHCR Login
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit c4f87e0

Please sign in to comment.