8888 persist-credentials : false
8989
9090 - id : shard
91- uses : stackabletech/actions/shard@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
91+ uses : stackabletech/actions/shard@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
9292 with :
9393 product-name : ${{ inputs.product-name }}
9494 outputs :
@@ -115,11 +115,11 @@ jobs:
115115 persist-credentials : false
116116
117117 - name : Free Disk Space
118- uses : stackabletech/actions/free-disk-space@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
118+ uses : stackabletech/actions/free-disk-space@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
119119
120120 - name : Build Product Image
121121 id : build
122- uses : stackabletech/actions/build-product-image@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
122+ uses : stackabletech/actions/build-product-image@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
123123 with :
124124 registry-namespace : ${{ inputs.registry-namespace }}
125125 product-name : ${{ inputs.product-name }}
@@ -128,7 +128,7 @@ jobs:
128128
129129 - name : Publish Container Image on oci.stackable.tech
130130 if : inputs.publish
131- uses : stackabletech/actions/publish-image@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
131+ uses : stackabletech/actions/publish-image@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
132132 with :
133133 image-registry-uri : oci.stackable.tech
134134 image-registry-username : robot$${{ inputs.registry-namespace }}+github-action-build
@@ -144,7 +144,7 @@ jobs:
144144
145145 - name : Publish Container Image on quay.io
146146 if : inputs.publish && inputs.publish-to-quay
147- uses : stackabletech/actions/publish-image@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
147+ uses : stackabletech/actions/publish-image@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
148148 with :
149149 image-registry-uri : quay.io
150150 image-registry-username : stackable+robot_${{ inputs.registry-namespace }}_github_action_build
@@ -177,7 +177,7 @@ jobs:
177177
178178 - name : Publish and Sign Image Index Manifest to oci.stackable.tech
179179 if : inputs.publish
180- uses : stackabletech/actions/publish-image-index-manifest@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
180+ uses : stackabletech/actions/publish-image-index-manifest@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
181181 with :
182182 image-registry-uri : oci.stackable.tech
183183 image-registry-username : robot$${{ inputs.registry-namespace }}+github-action-build
@@ -192,7 +192,7 @@ jobs:
192192
193193 - name : Publish and Sign Image Index Manifest to quay.io
194194 if : inputs.publish && inputs.publish-to-quay
195- uses : stackabletech/actions/publish-image-index-manifest@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
195+ uses : stackabletech/actions/publish-image-index-manifest@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
196196 with :
197197 image-registry-uri : quay.io
198198 image-registry-username : stackable+robot_${{ inputs.registry-namespace }}_github_action_build
@@ -214,7 +214,7 @@ jobs:
214214 if : failure() || (github.run_attempt > 1 && !cancelled())
215215 steps :
216216 - name : Send Notification
217- uses : stackabletech/actions/send-slack-notification@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
217+ uses : stackabletech/actions/send-slack-notification@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
218218 with :
219219 publish-manifests-result : ${{ needs.publish_manifests.result }}
220220 build-result : ${{ needs.build.result }}
0 commit comments