Skip to content

Commit f7207be

Browse files
authored
Merge pull request #486 from jamesmoore/dependabot/github_actions/docker/setup-buildx-action-4
Bump docker/setup-buildx-action from 3 to 4
2 parents f4e86e4 + 666bad7 commit f7207be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
# Workaround: https://github.com/docker/build-push-action/issues/461
6767
- name: Setup Docker buildx
68-
uses: docker/setup-buildx-action@v3
68+
uses: docker/setup-buildx-action@v4
6969

7070
# Login against a Docker registry except on PR
7171
# https://github.com/docker/login-action

0 commit comments

Comments
 (0)