@@ -33,14 +33,14 @@ jobs:
33
33
34
34
- name : Build image
35
35
id : build
36
- uses : stackabletech/actions/build-container-image@ab97c67d79a79d9c6b0dc81b5dbe2fc5fd216a5a # v0.0.4
36
+ uses : stackabletech/actions/build-container-image@9bd13255f286e4b7a654617268abe1b2f37c3e0a # v0.0.5
37
37
with :
38
38
image-name : ${{ env.IMAGE_NAME }}
39
39
image-index-manifest-tag : ${{ env.IMAGE_VERSION }}
40
40
container-file : ${{ env.DOCKERFILE_PATH }}
41
41
42
42
- name : Publish Container Image on docker.stackable.tech
43
- uses : stackabletech/actions/publish-image@ab97c67d79a79d9c6b0dc81b5dbe2fc5fd216a5a # v0.0.4
43
+ uses : stackabletech/actions/publish-image@9bd13255f286e4b7a654617268abe1b2f37c3e0a # v0.0.5
44
44
with :
45
45
image-registry-uri : docker.stackable.tech
46
46
image-registry-username : github
50
50
source-image-uri : ${{ steps.build.outputs.image-manifest-uri }}
51
51
52
52
- name : Publish Container Image on oci.stackable.tech
53
- uses : stackabletech/actions/publish-image@ab97c67d79a79d9c6b0dc81b5dbe2fc5fd216a5a # v0.0.4
53
+ uses : stackabletech/actions/publish-image@9bd13255f286e4b7a654617268abe1b2f37c3e0a # v0.0.5
54
54
with :
55
55
image-registry-uri : oci.stackable.tech
56
56
image-registry-username : robot$stackable+github-action-build
70
70
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
71
71
72
72
- name : Publish and Sign Image Index Manifest to docker.stackable.tech
73
- uses : stackabletech/actions/publish-index-manifest@ab97c67d79a79d9c6b0dc81b5dbe2fc5fd216a5a # v0.0.4
73
+ uses : stackabletech/actions/publish-index-manifest@9bd13255f286e4b7a654617268abe1b2f37c3e0a # v0.0.5
74
74
with :
75
75
image-registry-uri : docker.stackable.tech
76
76
image-registry-username : github
79
79
image-index-manifest-tag : ${{ env.IMAGE_VERSION }}
80
80
81
81
- name : Publish and Sign Image Index Manifest to oci.stackable.tech
82
- uses : stackabletech/actions/publish-index-manifest@ab97c67d79a79d9c6b0dc81b5dbe2fc5fd216a5a # v0.0.4
82
+ uses : stackabletech/actions/publish-index-manifest@9bd13255f286e4b7a654617268abe1b2f37c3e0a # v0.0.5
83
83
with :
84
84
image-registry-uri : oci.stackable.tech
85
85
image-registry-username : robot$stackable+github-action-build
0 commit comments