8888 persist-credentials : false
8989
9090 - id : shard
91- uses : stackabletech/actions/shard@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
91+ uses : stackabletech/actions/shard@d0a8db3ba80e974b872c09cb5311f04e0e78582e # v0.16.1
9292 with :
9393 product-name : ${{ inputs.product-name }}
9494 boil-version : 0.2.2
@@ -116,11 +116,11 @@ jobs:
116116 persist-credentials : false
117117
118118 - name : Free Disk Space
119- uses : stackabletech/actions/free-disk-space@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
119+ uses : stackabletech/actions/free-disk-space@d0a8db3ba80e974b872c09cb5311f04e0e78582e # v0.16.1
120120
121121 - name : Build Product Image
122122 id : build
123- uses : stackabletech/actions/build-product-image@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
123+ uses : stackabletech/actions/build-product-image@d0a8db3ba80e974b872c09cb5311f04e0e78582e # v0.16.1
124124 with :
125125 registry-namespace : ${{ inputs.registry-namespace }}
126126 product-name : ${{ inputs.product-name }}
@@ -130,7 +130,7 @@ jobs:
130130
131131 - name : Publish Container Image on oci.stackable.tech
132132 if : inputs.publish
133- uses : stackabletech/actions/publish-image@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
133+ uses : stackabletech/actions/publish-image@d0a8db3ba80e974b872c09cb5311f04e0e78582e # v0.16.1
134134 with :
135135 image-registry-uri : oci.stackable.tech
136136 image-registry-username : robot$${{ inputs.registry-namespace }}+github-action-build
@@ -146,7 +146,7 @@ jobs:
146146
147147 - name : Publish Container Image on quay.io
148148 if : inputs.publish && inputs.publish-to-quay
149- uses : stackabletech/actions/publish-image@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
149+ uses : stackabletech/actions/publish-image@d0a8db3ba80e974b872c09cb5311f04e0e78582e # v0.16.1
150150 with :
151151 image-registry-uri : quay.io
152152 image-registry-username : stackable+robot_${{ inputs.registry-namespace }}_github_action_build
@@ -180,7 +180,7 @@ jobs:
180180 - name : Publish and Sign Image Index Manifest to oci.stackable.tech
181181 id : publish-oci
182182 if : inputs.publish
183- uses : stackabletech/actions/publish-image-index-manifest@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
183+ uses : stackabletech/actions/publish-image-index-manifest@d0a8db3ba80e974b872c09cb5311f04e0e78582e # v0.16.1
184184 with :
185185 image-registry-uri : oci.stackable.tech
186186 image-registry-username : robot$${{ inputs.registry-namespace }}+github-action-build
@@ -196,7 +196,7 @@ jobs:
196196 - name : Publish and Sign Image Index Manifest to quay.io
197197 id : publish-quay
198198 if : inputs.publish && inputs.publish-to-quay
199- uses : stackabletech/actions/publish-image-index-manifest@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
199+ uses : stackabletech/actions/publish-image-index-manifest@d0a8db3ba80e974b872c09cb5311f04e0e78582e # v0.16.1
200200 with :
201201 image-registry-uri : quay.io
202202 image-registry-username : stackable+robot_${{ inputs.registry-namespace }}_github_action_build
@@ -341,7 +341,7 @@ jobs:
341341 if : failure() || (github.run_attempt > 1 && !cancelled())
342342 steps :
343343 - name : Send Notification
344- uses : stackabletech/actions/send-slack-notification@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
344+ uses : stackabletech/actions/send-slack-notification@d0a8db3ba80e974b872c09cb5311f04e0e78582e # v0.16.1
345345 with :
346346 publish-manifests-result : ${{ needs.publish_manifests.result }}
347347 build-result : ${{ needs.build.result }}
0 commit comments