Skip to content

Commit 0ac478f

Browse files
Merge pull request #170 from nordic-game-lab/renovate/docker-setup-buildx-action-3.x
Update docker/setup-buildx-action action to v3.11.0
2 parents bb62f81 + 0290221 commit 0ac478f

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
@@ -44,7 +44,7 @@ jobs:
4444
# multi-platform images and export cache
4545
# https://github.com/docker/setup-buildx-action
4646
- name: Set up Docker Buildx
47-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
47+
uses: docker/setup-buildx-action@18ce135bb5112fa8ce4ed6c17ab05699d7f3a5e0 # v3.11.0
4848

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

0 commit comments

Comments
 (0)