2727 with :
2828 persist-credentials : false
2929 - id : shard
30- uses : stackabletech/actions/shard@55d2f9fcbcd7884ac929ea65fd6f069e7b7a49d2 # 0.8.1
30+ uses : stackabletech/actions/shard@9aae2d1c14239021bfa33c041010f6fb7adec815 # 0.8.2
3131 with :
3232 product-name : ${{ inputs.product-name }}
3333 outputs :
@@ -53,18 +53,18 @@ jobs:
5353 persist-credentials : false
5454
5555 - name : Free Disk Space
56- uses : stackabletech/actions/free-disk-space@55d2f9fcbcd7884ac929ea65fd6f069e7b7a49d2 # 0.8.1
56+ uses : stackabletech/actions/free-disk-space@9aae2d1c14239021bfa33c041010f6fb7adec815 # 0.8.2
5757
5858 - name : Build Product Image
5959 id : build
60- uses : stackabletech/actions/build-product-image@55d2f9fcbcd7884ac929ea65fd6f069e7b7a49d2 # 0.8.1
60+ uses : stackabletech/actions/build-product-image@9aae2d1c14239021bfa33c041010f6fb7adec815 # 0.8.2
6161 with :
6262 product-name : ${{ inputs.product-name }}
6363 product-version : ${{ matrix.versions }}
6464 sdp-version : ${{ inputs.sdp-version }}
6565
6666 - name : Publish Container Image on oci.stackable.tech
67- uses : stackabletech/actions/publish-image@55d2f9fcbcd7884ac929ea65fd6f069e7b7a49d2 # 0.8.1
67+ uses : stackabletech/actions/publish-image@9aae2d1c14239021bfa33c041010f6fb7adec815 # 0.8.2
6868 with :
6969 image-registry-uri : oci.stackable.tech
7070 image-registry-username : robot$${{ inputs.registry-namespace }}+github-action-build
9090 persist-credentials : false
9191
9292 - name : Publish and Sign Image Index Manifest to oci.stackable.tech
93- uses : stackabletech/actions/publish-index-manifest@55d2f9fcbcd7884ac929ea65fd6f069e7b7a49d2 # 0.8.1
93+ uses : stackabletech/actions/publish-index-manifest@9aae2d1c14239021bfa33c041010f6fb7adec815 # 0.8.2
9494 with :
9595 image-registry-uri : oci.stackable.tech
9696 image-registry-username : robot$${{ inputs.registry-namespace }}+github-action-build
0 commit comments