7979 persist-credentials : false
8080
8181 - id : shard
82- uses : stackabletech/actions/shard@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
82+ uses : stackabletech/actions/shard@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
8383 with :
8484 product-name : ${{ inputs.product-name }}
8585 outputs :
@@ -106,19 +106,19 @@ jobs:
106106 persist-credentials : false
107107
108108 - name : Free Disk Space
109- uses : stackabletech/actions/free-disk-space@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
109+ uses : stackabletech/actions/free-disk-space@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
110110
111111 - name : Build Product Image
112112 id : build
113- uses : stackabletech/actions/build-product-image@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
113+ uses : stackabletech/actions/build-product-image@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
114114 with :
115115 registry-namespace : ${{ inputs.registry-namespace }}
116116 product-name : ${{ inputs.product-name }}
117117 product-version : ${{ matrix.versions }}
118118 sdp-version : ${{ inputs.sdp-version }}
119119
120120 - name : Publish Container Image on oci.stackable.tech
121- uses : stackabletech/actions/publish-image@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
121+ uses : stackabletech/actions/publish-image@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
122122 with :
123123 image-registry-uri : oci.stackable.tech
124124 image-registry-username : robot$${{ inputs.registry-namespace }}+github-action-build
@@ -133,7 +133,7 @@ jobs:
133133 source-image-uri : localhost/${{ inputs.registry-namespace }}/${{ inputs.product-name }}:${{ steps.build.outputs.image-manifest-tag }}
134134
135135 - name : Publish Container Image on quay.io
136- uses : stackabletech/actions/publish-image@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
136+ uses : stackabletech/actions/publish-image@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
137137 with :
138138 image-registry-uri : quay.io
139139 image-registry-username : stackable+robot_${{ inputs.registry-namespace }}_github_action_build
@@ -165,7 +165,7 @@ jobs:
165165 persist-credentials : false
166166
167167 - name : Publish and Sign Image Index Manifest to oci.stackable.tech
168- uses : stackabletech/actions/publish-image-index-manifest@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
168+ uses : stackabletech/actions/publish-image-index-manifest@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
169169 with :
170170 image-registry-uri : oci.stackable.tech
171171 image-registry-username : robot$${{ inputs.registry-namespace }}+github-action-build
@@ -179,7 +179,7 @@ jobs:
179179 image-index-manifest-tag : ${{ matrix.versions }}-stackable${{ inputs.sdp-version }}
180180
181181 - name : Publish and Sign Image Index Manifest to quay.io
182- uses : stackabletech/actions/publish-image-index-manifest@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
182+ uses : stackabletech/actions/publish-image-index-manifest@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
183183 with :
184184 image-registry-uri : quay.io
185185 image-registry-username : stackable+robot_${{ inputs.registry-namespace }}_github_action_build
@@ -201,7 +201,7 @@ jobs:
201201 if : failure() || (github.run_attempt > 1 && !cancelled())
202202 steps :
203203 - name : Send Notification
204- uses : stackabletech/actions/send-slack-notification@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
204+ uses : stackabletech/actions/send-slack-notification@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
205205 with :
206206 publish-manifests-result : ${{ needs.publish_manifests.result }}
207207 build-result : ${{ needs.build.result }}
0 commit comments