27
27
steps :
28
28
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29
29
- id : shard
30
- uses : stackabletech/actions/shard@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6
30
+ uses : stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7
31
31
with :
32
32
product-name : ${{ env.PRODUCT_NAME }}
33
33
outputs :
@@ -51,14 +51,14 @@ jobs:
51
51
52
52
- name : Build Product Image
53
53
id : build
54
- uses : stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6
54
+ uses : stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7
55
55
with :
56
56
product-name : ${{ env.PRODUCT_NAME }}
57
57
product-version : ${{ matrix.versions }}
58
58
build-cache-password : ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }}
59
59
60
60
- name : Publish Container Image on docker.stackable.tech
61
- uses : stackabletech/actions/publish-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6
61
+ uses : stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7
62
62
with :
63
63
image-registry-uri : docker.stackable.tech
64
64
image-registry-username : github
68
68
source-image-uri : localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }}
69
69
70
70
- name : Publish Container Image on oci.stackable.tech
71
- uses : stackabletech/actions/publish-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6
71
+ uses : stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7
72
72
with :
73
73
image-registry-uri : oci.stackable.tech
74
74
image-registry-username : robot$sdp+github-action-build
91
91
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
92
92
93
93
- name : Publish and Sign Image Index Manifest to docker.stackable.tech
94
- uses : stackabletech/actions/publish-index-manifest@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6
94
+ uses : stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7
95
95
with :
96
96
image-registry-uri : docker.stackable.tech
97
97
image-registry-username : github
@@ -100,7 +100,7 @@ jobs:
100
100
image-index-manifest-tag : ${{ matrix.versions }}-stackable0.0.0-dev
101
101
102
102
- name : Publish and Sign Image Index Manifest to oci.stackable.tech
103
- uses : stackabletech/actions/publish-index-manifest@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6
103
+ uses : stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7
104
104
with :
105
105
image-registry-uri : oci.stackable.tech
106
106
image-registry-username : robot$sdp+github-action-build
0 commit comments