Skip to content

Commit 590c8d7

Browse files
Update docker/setup-buildx-action action to v4 (#335)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6e4fbc6 commit 590c8d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- run: echo ${{ secrets.GHCR_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
5151

5252
- uses: docker/setup-qemu-action@v4
53-
- uses: docker/setup-buildx-action@v3
53+
- uses: docker/setup-buildx-action@v4
5454
- uses: docker/build-push-action@v6
5555
with:
5656
push: true

0 commit comments

Comments
 (0)