File tree 1 file changed +0
-19
lines changed
1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 40
40
image-index-manifest-tag : ${{ env.IMAGE_VERSION }}
41
41
container-file : ${{ env.DOCKERFILE_PATH }}
42
42
43
- - name : Publish Container Image on docker.stackable.tech
44
- uses : stackabletech/actions/publish-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # v0.0.6
45
- with :
46
- image-registry-uri : docker.stackable.tech
47
- image-registry-username : github
48
- image-registry-password : ${{ secrets.NEXUS_PASSWORD }}
49
- image-repository : stackable/${{ env.IMAGE_NAME }}
50
- image-manifest-tag : ${{ steps.build.outputs.image-manifest-tag }}
51
- source-image-uri : ${{ steps.build.outputs.image-manifest-uri }}
52
-
53
43
- name : Publish Container Image on oci.stackable.tech
54
44
uses : stackabletech/actions/publish-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # v0.0.6
55
45
with :
70
60
- name : Checkout Repository
71
61
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
72
62
73
- - name : Publish and Sign Image Index Manifest to docker.stackable.tech
74
- uses : stackabletech/actions/publish-index-manifest@013e6482fbc0edf2d38cf9220fc931f6a81336fb # v0.0.6
75
- with :
76
- image-registry-uri : docker.stackable.tech
77
- image-registry-username : github
78
- image-registry-password : ${{ secrets.NEXUS_PASSWORD }}
79
- image-repository : stackable/${{ env.IMAGE_NAME }}
80
- image-index-manifest-tag : ${{ env.IMAGE_VERSION }}
81
-
82
63
- name : Publish and Sign Image Index Manifest to oci.stackable.tech
83
64
uses : stackabletech/actions/publish-index-manifest@013e6482fbc0edf2d38cf9220fc931f6a81336fb # v0.0.6
84
65
with :
You can’t perform that action at this time.
0 commit comments