File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ jobs:
220
220
221
221
- name : Build container images locally
222
222
if : matrix.GOOS == 'linux' && contains(steps.prep.outputs.types, 'Docker Image')
223
- uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14 .0
223
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
224
224
with :
225
225
context : ./distributions/${{ inputs.distribution }}
226
226
push : false
@@ -234,7 +234,7 @@ jobs:
234
234
235
235
- name : Upload container image artifact
236
236
if : matrix.GOOS == 'linux' && contains(steps.prep.outputs.types, 'Docker Image')
237
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
237
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
238
238
with :
239
239
name : ${{ inputs.distribution }}-image-${{ steps.prep.outputs.version }}-${{ steps.prep.outputs.arch }}
240
240
path : /tmp/${{ inputs.distribution }}.tar
@@ -256,7 +256,7 @@ jobs:
256
256
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
257
257
258
258
- name : Setup QEMU
259
- uses : docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4 .0
259
+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6 .0
260
260
with :
261
261
platforms : arm64,ppc64le,linux/arm/v7,s390x
262
262
You can’t perform that action at this time.
0 commit comments