Skip to content

Commit e5c6b5c

Browse files
authored
ci: Use correct version image index manifest tag (#938)
* ci: Use correct version image index manifest tag * chore: Migrate pre-commit config
1 parent 0b3275a commit e5c6b5c

25 files changed

+49
-49
lines changed

.github/workflows/build_airflow.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
image-registry-username: github
103103
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
104104
image-repository: stackable/${{ env.PRODUCT_NAME }}
105-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
105+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
106106

107107
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
108108
uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0
@@ -111,7 +111,7 @@ jobs:
111111
image-registry-username: robot$sdp+github-action-build
112112
image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
113113
image-repository: sdp/${{ env.PRODUCT_NAME }}
114-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
114+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
115115

116116
notify:
117117
name: Failure Notification

.github/workflows/build_druid.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
image-registry-username: github
105105
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
106106
image-repository: stackable/${{ env.PRODUCT_NAME }}
107-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
107+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
108108

109109
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
110110
uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0
@@ -113,7 +113,7 @@ jobs:
113113
image-registry-username: robot$sdp+github-action-build
114114
image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
115115
image-repository: sdp/${{ env.PRODUCT_NAME }}
116-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
116+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
117117

118118
notify:
119119
name: Failure Notification

.github/workflows/build_hadoop.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
image-registry-username: github
105105
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
106106
image-repository: stackable/${{ env.PRODUCT_NAME }}
107-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
107+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
108108

109109
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
110110
uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0
@@ -113,7 +113,7 @@ jobs:
113113
image-registry-username: robot$sdp+github-action-build
114114
image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
115115
image-repository: sdp/${{ env.PRODUCT_NAME }}
116-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
116+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
117117

118118
notify:
119119
name: Failure Notification

.github/workflows/build_hbase.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
image-registry-username: github
106106
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
107107
image-repository: stackable/${{ env.PRODUCT_NAME }}
108-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
108+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
109109

110110
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
111111
uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0
@@ -114,7 +114,7 @@ jobs:
114114
image-registry-username: robot$sdp+github-action-build
115115
image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
116116
image-repository: sdp/${{ env.PRODUCT_NAME }}
117-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
117+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
118118

119119
notify:
120120
name: Failure Notification

.github/workflows/build_hello-world.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
image-registry-username: github
101101
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
102102
image-repository: stackable/${{ env.PRODUCT_NAME }}
103-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
103+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
104104

105105
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
106106
uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0
@@ -109,7 +109,7 @@ jobs:
109109
image-registry-username: robot$sdp+github-action-build
110110
image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
111111
image-repository: sdp/${{ env.PRODUCT_NAME }}
112-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
112+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
113113

114114
notify:
115115
name: Failure Notification

.github/workflows/build_hive.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
image-registry-username: github
106106
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
107107
image-repository: stackable/${{ env.PRODUCT_NAME }}
108-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
108+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
109109

110110
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
111111
uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0
@@ -114,7 +114,7 @@ jobs:
114114
image-registry-username: robot$sdp+github-action-build
115115
image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
116116
image-repository: sdp/${{ env.PRODUCT_NAME }}
117-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
117+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
118118

119119
notify:
120120
name: Failure Notification

.github/workflows/build_java-base.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
image-registry-username: github
101101
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
102102
image-repository: stackable/${{ env.PRODUCT_NAME }}
103-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
103+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
104104

105105
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
106106
uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0
@@ -109,7 +109,7 @@ jobs:
109109
image-registry-username: robot$sdp+github-action-build
110110
image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
111111
image-repository: sdp/${{ env.PRODUCT_NAME }}
112-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
112+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
113113

114114
notify:
115115
name: Failure Notification

.github/workflows/build_java-devel.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
image-registry-username: github
101101
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
102102
image-repository: stackable/${{ env.PRODUCT_NAME }}
103-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
103+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
104104

105105
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
106106
uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0
@@ -109,7 +109,7 @@ jobs:
109109
image-registry-username: robot$sdp+github-action-build
110110
image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
111111
image-repository: sdp/${{ env.PRODUCT_NAME }}
112-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
112+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
113113

114114
notify:
115115
name: Failure Notification

.github/workflows/build_kafka-testing-tools.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
image-registry-username: github
105105
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
106106
image-repository: stackable/${{ env.PRODUCT_NAME }}
107-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
107+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
108108

109109
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
110110
uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0
@@ -113,7 +113,7 @@ jobs:
113113
image-registry-username: robot$sdp+github-action-build
114114
image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
115115
image-repository: sdp/${{ env.PRODUCT_NAME }}
116-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
116+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
117117

118118
notify:
119119
name: Failure Notification

.github/workflows/build_kafka.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
image-registry-username: github
107107
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
108108
image-repository: stackable/${{ env.PRODUCT_NAME }}
109-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
109+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
110110

111111
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
112112
uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0
@@ -115,7 +115,7 @@ jobs:
115115
image-registry-username: robot$sdp+github-action-build
116116
image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
117117
image-repository: sdp/${{ env.PRODUCT_NAME }}
118-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
118+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
119119

120120
notify:
121121
name: Failure Notification

.github/workflows/build_kcat.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
image-registry-username: github
105105
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
106106
image-repository: stackable/${{ env.PRODUCT_NAME }}
107-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
107+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
108108

109109
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
110110
uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0
@@ -113,7 +113,7 @@ jobs:
113113
image-registry-username: robot$sdp+github-action-build
114114
image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
115115
image-repository: sdp/${{ env.PRODUCT_NAME }}
116-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
116+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
117117

118118
notify:
119119
name: Failure Notification

.github/workflows/build_krb5.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
image-registry-username: github
101101
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
102102
image-repository: stackable/${{ env.PRODUCT_NAME }}
103-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
103+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
104104

105105
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
106106
uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0
@@ -109,7 +109,7 @@ jobs:
109109
image-registry-username: robot$sdp+github-action-build
110110
image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
111111
image-repository: sdp/${{ env.PRODUCT_NAME }}
112-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
112+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
113113

114114
notify:
115115
name: Failure Notification

.github/workflows/build_nifi.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
image-registry-username: github
105105
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
106106
image-repository: stackable/${{ env.PRODUCT_NAME }}
107-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
107+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
108108

109109
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
110110
uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0
@@ -113,7 +113,7 @@ jobs:
113113
image-registry-username: robot$sdp+github-action-build
114114
image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
115115
image-repository: sdp/${{ env.PRODUCT_NAME }}
116-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
116+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
117117

118118
notify:
119119
name: Failure Notification

.github/workflows/build_omid.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
image-registry-username: github
105105
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
106106
image-repository: stackable/${{ env.PRODUCT_NAME }}
107-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
107+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
108108

109109
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
110110
uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0
@@ -113,7 +113,7 @@ jobs:
113113
image-registry-username: robot$sdp+github-action-build
114114
image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
115115
image-repository: sdp/${{ env.PRODUCT_NAME }}
116-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
116+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
117117

118118
notify:
119119
name: Failure Notification

.github/workflows/build_opa.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
image-registry-username: github
103103
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
104104
image-repository: stackable/${{ env.PRODUCT_NAME }}
105-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
105+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
106106

107107
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
108108
uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0
@@ -111,7 +111,7 @@ jobs:
111111
image-registry-username: robot$sdp+github-action-build
112112
image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
113113
image-repository: sdp/${{ env.PRODUCT_NAME }}
114-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
114+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
115115

116116
notify:
117117
name: Failure Notification

.github/workflows/build_spark-k8s.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
image-registry-username: github
106106
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
107107
image-repository: stackable/${{ env.PRODUCT_NAME }}
108-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
108+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
109109

110110
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
111111
uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0
@@ -114,7 +114,7 @@ jobs:
114114
image-registry-username: robot$sdp+github-action-build
115115
image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
116116
image-repository: sdp/${{ env.PRODUCT_NAME }}
117-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
117+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
118118

119119
notify:
120120
name: Failure Notification

.github/workflows/build_stackable-base.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
image-registry-username: github
102102
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
103103
image-repository: stackable/${{ env.PRODUCT_NAME }}
104-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
104+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
105105

106106
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
107107
uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0
@@ -110,7 +110,7 @@ jobs:
110110
image-registry-username: robot$sdp+github-action-build
111111
image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
112112
image-repository: sdp/${{ env.PRODUCT_NAME }}
113-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
113+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
114114

115115
notify:
116116
name: Failure Notification

.github/workflows/build_superset.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
image-registry-username: github
103103
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
104104
image-repository: stackable/${{ env.PRODUCT_NAME }}
105-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
105+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
106106

107107
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
108108
uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0
@@ -111,7 +111,7 @@ jobs:
111111
image-registry-username: robot$sdp+github-action-build
112112
image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
113113
image-repository: sdp/${{ env.PRODUCT_NAME }}
114-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
114+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
115115

116116
notify:
117117
name: Failure Notification

.github/workflows/build_testing-tools.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
image-registry-username: github
101101
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
102102
image-repository: stackable/${{ env.PRODUCT_NAME }}
103-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
103+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
104104

105105
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
106106
uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0
@@ -109,7 +109,7 @@ jobs:
109109
image-registry-username: robot$sdp+github-action-build
110110
image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
111111
image-repository: sdp/${{ env.PRODUCT_NAME }}
112-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
112+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
113113

114114
notify:
115115
name: Failure Notification

.github/workflows/build_tools.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
image-registry-username: github
102102
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
103103
image-repository: stackable/${{ env.PRODUCT_NAME }}
104-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
104+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
105105

106106
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
107107
uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0
@@ -110,7 +110,7 @@ jobs:
110110
image-registry-username: robot$sdp+github-action-build
111111
image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
112112
image-repository: sdp/${{ env.PRODUCT_NAME }}
113-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
113+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
114114

115115
notify:
116116
name: Failure Notification

0 commit comments

Comments
 (0)