2727 with :
2828 persist-credentials : false
2929 - id : shard
30- uses : stackabletech/actions/shard@497f3e3cbfe9b89b1e570351b97d050eebcad5d0 # 0.8.3
30+ uses : stackabletech/actions/shard@c4e66c3fb2426b37799fdace4b968a03f9478e3c # v0.10.0
3131 with :
3232 product-name : ${{ inputs.product-name }}
3333 outputs :
@@ -53,25 +53,26 @@ jobs:
5353 persist-credentials : false
5454
5555 - name : Free Disk Space
56- uses : stackabletech/actions/free-disk-space@497f3e3cbfe9b89b1e570351b97d050eebcad5d0 # 0.8.3
56+ uses : stackabletech/actions/free-disk-space@c4e66c3fb2426b37799fdace4b968a03f9478e3c # v0.10.0
5757
5858 - name : Build Product Image
5959 id : build
60- uses : stackabletech/actions/build-product-image@497f3e3cbfe9b89b1e570351b97d050eebcad5d0 # 0.8.3
60+ uses : stackabletech/actions/build-product-image@c4e66c3fb2426b37799fdace4b968a03f9478e3c # v0.10.0
6161 with :
62+ registry-namespace : ${{ inputs.registry-namespace }}
6263 product-name : ${{ inputs.product-name }}
6364 product-version : ${{ matrix.versions }}
6465 sdp-version : ${{ inputs.sdp-version }}
6566
6667 - name : Publish Container Image on oci.stackable.tech
67- uses : stackabletech/actions/publish-image@497f3e3cbfe9b89b1e570351b97d050eebcad5d0 # 0.8.3
68+ uses : stackabletech/actions/publish-image@c4e66c3fb2426b37799fdace4b968a03f9478e3c # v0.10.0
6869 with :
6970 image-registry-uri : oci.stackable.tech
7071 image-registry-username : robot$${{ inputs.registry-namespace }}+github-action-build
7172 image-registry-password : ${{ secrets.harbor-robot-secret }}
7273 image-repository : ${{ inputs.registry-namespace }}/${{ inputs.product-name }}
7374 image-manifest-tag : ${{ steps.build.outputs.image-manifest-tag }}
74- source-image-uri : localhost/${{ inputs.product-name }}:${{ steps.build.outputs.image-manifest-tag }}
75+ source-image-uri : localhost/${{ inputs.registry-namespace }}/${{ inputs. product-name }}:${{ steps.build.outputs.image-manifest-tag }}
7576
7677 publish_manifests :
7778 name : Build/Publish ${{ matrix.versions }} Manifests
9091 persist-credentials : false
9192
9293 - name : Publish and Sign Image Index Manifest to oci.stackable.tech
93- uses : stackabletech/actions/publish-index-manifest@497f3e3cbfe9b89b1e570351b97d050eebcad5d0 # 0.8.3
94+ uses : stackabletech/actions/publish-image- index-manifest@c4e66c3fb2426b37799fdace4b968a03f9478e3c # v0.10.0
9495 with :
9596 image-registry-uri : oci.stackable.tech
9697 image-registry-username : robot$${{ inputs.registry-namespace }}+github-action-build
@@ -105,7 +106,7 @@ jobs:
105106 if : failure() || (github.run_attempt > 1 && !cancelled())
106107 steps :
107108 - name : Send Notification
108- uses : stackabletech/actions/send-slack-notification@55d2f9fcbcd7884ac929ea65fd6f069e7b7a49d2 # v0.8.1
109+ uses : stackabletech/actions/send-slack-notification@c4e66c3fb2426b37799fdace4b968a03f9478e3c # v0.10.0
109110 with :
110111 publish-manifests-result : ${{ needs.publish_manifests.result }}
111112 build-result : ${{ needs.build.result }}
0 commit comments