2727    steps :
2828      - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332  #  v4.1.7
2929      - id : shard 
30-         uses : stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d   #  0.0.1 
30+         uses : stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3   #  0.0.2 
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@93b2a5a023487ef9509f24600c12374553478f1d   #  0.0.1 
54+         uses : stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3   #  0.0.2 
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@93b2a5a023487ef9509f24600c12374553478f1d   #  0.0.1 
61+         uses : stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3   #  0.0.2 
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@93b2a5a023487ef9509f24600c12374553478f1d   #  0.0.1 
71+         uses : stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3   #  0.0.2 
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@93b2a5a023487ef9509f24600c12374553478f1d   #  0.0.1 
94+         uses : stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3   #  0.0.2 
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@93b2a5a023487ef9509f24600c12374553478f1d   #  0.0.1 
103+         uses : stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3   #  0.0.2 
104104        with :
105105          image-registry-uri : oci.stackable.tech 
106106          image-registry-username : robot$sdp+github-action-build 
0 commit comments