Skip to content

Commit ec7497b

Browse files
Update docker/setup-buildx-action action to v3.10.0
1 parent 651da12 commit ec7497b

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
@@ -51,7 +51,7 @@ jobs:
5151
# multi-platform images and export cache
5252
# https://github.com/docker/setup-buildx-action
5353
- name: Set up Docker Buildx
54-
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
54+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
5555

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

0 commit comments

Comments
 (0)