2727 steps :
2828 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2929 - id : shard
30- uses : stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
30+ uses : stackabletech/actions/shard@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6
3131 with :
3232 product-name : ${{ env.PRODUCT_NAME }}
3333 outputs :
@@ -51,14 +51,14 @@ jobs:
5151
5252 - name : Build Product Image
5353 id : build
54- uses : stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
54+ uses : stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6
5555 with :
5656 product-name : ${{ env.PRODUCT_NAME }}
5757 product-version : ${{ matrix.versions }}
5858 build-cache-password : ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }}
5959
6060 - name : Publish Container Image on docker.stackable.tech
61- uses : stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
61+ uses : stackabletech/actions/publish-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6
6262 with :
6363 image-registry-uri : docker.stackable.tech
6464 image-registry-username : github
6868 source-image-uri : localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }}
6969
7070 - name : Publish Container Image on oci.stackable.tech
71- uses : stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
71+ uses : stackabletech/actions/publish-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6
7272 with :
7373 image-registry-uri : oci.stackable.tech
7474 image-registry-username : robot$sdp+github-action-build
9191 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
9292
9393 - name : Publish and Sign Image Index Manifest to docker.stackable.tech
94- uses : stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
94+ uses : stackabletech/actions/publish-index-manifest@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6
9595 with :
9696 image-registry-uri : docker.stackable.tech
9797 image-registry-username : github
@@ -100,7 +100,7 @@ jobs:
100100 image-index-manifest-tag : ${{ matrix.versions }}-stackable0.0.0-dev
101101
102102 - name : Publish and Sign Image Index Manifest to oci.stackable.tech
103- uses : stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
103+ uses : stackabletech/actions/publish-index-manifest@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6
104104 with :
105105 image-registry-uri : oci.stackable.tech
106106 image-registry-username : robot$sdp+github-action-build
0 commit comments