Skip to content

Commit df485c4

Browse files
Update docker/setup-buildx-action action to v3.10.0 (#734)
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
1 parent d572347 commit df485c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
141141

142142
- name: Set up Docker Buildx
143-
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
143+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
144144
# https://github.com/docker/setup-buildx-action/releases/tag/v3.4.0
145145

146146
- name: Log in to the Container registry
@@ -191,7 +191,7 @@ jobs:
191191
merge-multiple: true
192192

193193
- name: Set up Docker Buildx
194-
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
194+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
195195
# https://github.com/docker/setup-buildx-action/releases/tag/v3.4.0
196196

197197
- name: "Read vault secrets"

0 commit comments

Comments
 (0)