5959 with :
6060 persist-credentials : false
6161 - id : shard
62- uses : stackabletech/actions/shard@c34dbb4f27b274736c7d2edc6f6f30a03d03edf5 # v0.12.2
62+ uses : stackabletech/actions/shard@7fb064db885e006f6a9eeff69c7cd5ff5dea68bc # v0.13.0
6363 with :
6464 product-name : ${{ inputs.product-name }}
6565 outputs :
@@ -85,19 +85,19 @@ jobs:
8585 persist-credentials : false
8686
8787 - name : Free Disk Space
88- uses : stackabletech/actions/free-disk-space@c34dbb4f27b274736c7d2edc6f6f30a03d03edf5 # v0.12.2
88+ uses : stackabletech/actions/free-disk-space@7fb064db885e006f6a9eeff69c7cd5ff5dea68bc # v0.13.0
8989
9090 - name : Build Product Image
9191 id : build
92- uses : stackabletech/actions/build-product-image@c34dbb4f27b274736c7d2edc6f6f30a03d03edf5 # v0.12.2
92+ uses : stackabletech/actions/build-product-image@7fb064db885e006f6a9eeff69c7cd5ff5dea68bc # v0.13.0
9393 with :
9494 registry-namespace : ${{ inputs.registry-namespace }}
9595 product-name : ${{ inputs.product-name }}
9696 product-version : ${{ matrix.versions }}
9797 sdp-version : ${{ inputs.sdp-version }}
9898
9999 - name : Publish Container Image on oci.stackable.tech
100- uses : stackabletech/actions/publish-image@c34dbb4f27b274736c7d2edc6f6f30a03d03edf5 # v0.12.2
100+ uses : stackabletech/actions/publish-image@7fb064db885e006f6a9eeff69c7cd5ff5dea68bc # v0.13.0
101101 with :
102102 image-registry-uri : oci.stackable.tech
103103 image-registry-username : robot$${{ inputs.registry-namespace }}+github-action-build
@@ -123,7 +123,7 @@ jobs:
123123 persist-credentials : false
124124
125125 - name : Publish and Sign Image Index Manifest to oci.stackable.tech
126- uses : stackabletech/actions/publish-image-index-manifest@c34dbb4f27b274736c7d2edc6f6f30a03d03edf5 # v0.12.2
126+ uses : stackabletech/actions/publish-image-index-manifest@7fb064db885e006f6a9eeff69c7cd5ff5dea68bc # v0.13.0
127127 with :
128128 image-registry-uri : oci.stackable.tech
129129 image-registry-username : robot$${{ inputs.registry-namespace }}+github-action-build
@@ -138,7 +138,7 @@ jobs:
138138 if : failure() || (github.run_attempt > 1 && !cancelled())
139139 steps :
140140 - name : Send Notification
141- uses : stackabletech/actions/send-slack-notification@c34dbb4f27b274736c7d2edc6f6f30a03d03edf5 # v0.12.2
141+ uses : stackabletech/actions/send-slack-notification@7fb064db885e006f6a9eeff69c7cd5ff5dea68bc # v0.13.0
142142 with :
143143 publish-manifests-result : ${{ needs.publish_manifests.result }}
144144 build-result : ${{ needs.build.result }}
0 commit comments