|
55 | 55 | run: | |
56 | 56 | echo "IMAGE_REPOSITORY=$(.scripts/get_repo_name.sh)" | tee -a "$GITHUB_ENV" |
57 | 57 |
|
58 | | - - name: Publish Container Image on docker.stackable.tech |
59 | | - uses: stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0 |
60 | | - with: |
61 | | - image-registry-uri: docker.stackable.tech |
62 | | - image-registry-username: github |
63 | | - image-registry-password: ${{ secrets.NEXUS_PASSWORD }} |
64 | | - image-repository: ${{ format('k8s/{0}', env.IMAGE_REPOSITORY) }} |
65 | | - image-manifest-tag: ${{ format('{0}-{1}', inputs.image-index-manifest-tag, matrix.arch) }} |
66 | | - source-image-uri: ${{ format('{0}:{1}', inputs.image-repository-uri, inputs.image-index-manifest-tag) }} |
67 | | - |
68 | 58 | - name: Publish Container Image on oci.stackable.tech |
69 | 59 | uses: stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0 |
70 | 60 | with: |
|
92 | 82 | run: | |
93 | 83 | echo "IMAGE_REPOSITORY=$(.scripts/get_repo_name.sh)" | tee -a "$GITHUB_ENV" |
94 | 84 |
|
95 | | - - name: Publish and Sign Image Index Manifest to docker.stackable.tech |
96 | | - uses: stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0 |
97 | | - with: |
98 | | - image-registry-uri: docker.stackable.tech |
99 | | - image-registry-username: github |
100 | | - image-registry-password: ${{ secrets.NEXUS_PASSWORD }} |
101 | | - image-repository: ${{ format('k8s/{0}', env.IMAGE_REPOSITORY) }} |
102 | | - image-index-manifest-tag: ${{ inputs.image-index-manifest-tag }} |
103 | | - |
104 | 85 | - name: Publish and Sign Image Index Manifest to oci.stackable.tech |
105 | 86 | uses: stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0 |
106 | 87 | with: |
|
0 commit comments