File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 release :
9090 needs : ci
9191 if : github.event_name != 'schedule'
92- uses : hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@607069025f6c1312680ed0864c4d9f4338b82dfe # 0.26.5
92+ uses : hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@ed354ada70b9f518c2bb663e18a80041c2cf5156 # 0.27.1
9393 permissions :
9494 contents : read
9595 with :
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154154 `"annotations.org.opencontainers.image.version" output is not valid`
155155 );
156156
157- - uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2 .0
157+ - uses : docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4 .0
158158 with :
159159 registry : ghcr.io
160160 username : ${{ github.repository_owner }}
@@ -240,7 +240,7 @@ jobs:
240240 }
241241 }
242242
243- - uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2 .0
243+ - uses : docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4 .0
244244 with :
245245 registry : ghcr.io
246246 username : ${{ github.repository_owner }}
@@ -338,7 +338,7 @@ jobs:
338338 `"digest" output is not valid`
339339 );
340340
341- - uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2 .0
341+ - uses : docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4 .0
342342 with :
343343 registry : ghcr.io
344344 username : ${{ github.repository_owner }}
@@ -417,7 +417,7 @@ jobs:
417417 `"digest" output is not valid`
418418 );
419419
420- - uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2 .0
420+ - uses : docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4 .0
421421 with :
422422 registry : ghcr.io
423423 username : ${{ github.repository_owner }}
Original file line number Diff line number Diff line change @@ -339,14 +339,14 @@ runs:
339339 }
340340
341341 - if : steps.get-docker-config.outputs.platform-exists != 'true'
342- uses : docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1 .0
342+ uses : docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2 .0
343343 with :
344344 platforms : ${{ inputs.platform }}
345345
346346 # Caching setup
347347 - if : steps.get-docker-config.outputs.cache-disabled != 'true'
348348 id : cache-arguments
349- uses : int128/docker-build-cache-config-action@e7428bcd6851e35bd024e91ea18c0da8c0a098b4 # v1.60 .0
349+ uses : int128/docker-build-cache-config-action@6bc1706b2177387f35c9676a431df2e285466d9a # v1.61 .0
350350 with :
351351 image : ${{ steps.get-docker-config.outputs.cache-image }}
352352 flavor : ${{ steps.get-docker-config.outputs.cache-flavor }}
@@ -391,7 +391,7 @@ runs:
391391 );
392392
393393 - id : build
394- uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
394+ uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
395395 with :
396396 context : ${{ steps.get-docker-config.outputs.context-path }} # zizmor: ignore[template-injection]
397397 build-args : ${{ inputs.build-args }}
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ runs:
114114 core.setFailed(`No tags found for the current event: ${context.eventName}`);
115115
116116 - id : docker-metadata
117- uses : docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1 .0
117+ uses : docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2 .0
118118 with :
119119 images : ${{ steps.image-name.outputs.image-name-with-registry }}
120120 tags : ${{ steps.define-metadata-inputs.outputs.tags }}
Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ runs:
403403 core.setOutput('exists', dockerPath ? 'true' : 'false');
404404
405405 - if : steps.detect-docker.outputs.exists != 'true'
406- uses : docker/setup-docker-action@0234bb73ccb40f0c430b795634f9247e2b5c2d23 # v5.2 .0
406+ uses : docker/setup-docker-action@6d7cfa65f60a9dda7b46e5513fa982536f3c9877 # v5.3 .0
407407
408408 - if : inputs.setup-buildx != 'false'
409409 uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
@@ -442,7 +442,7 @@ runs:
442442 }
443443
444444 - if : inputs.setup-buildx != 'false'
445- uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1 .0
445+ uses : docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2 .0
446446 id : setup-buildx
447447 with :
448448 version : ${{ inputs.buildx-version }}
@@ -452,6 +452,6 @@ runs:
452452 cleanup : ${{ inputs.buildx-cleanup }}
453453
454454 - if : steps.resolve-oci-registries.outputs.has-registry-auth == 'true'
455- uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2 .0
455+ uses : docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4 .0
456456 with :
457457 registry-auth : ${{ steps.resolve-oci-registries.outputs.registry-auth }}
You can’t perform that action at this time.
0 commit comments