Skip to content

Commit 02ec7ae

Browse files
authored
Merge pull request #939 from stackabletech/ci/fix-build-workflows
ci: Use correct version image index manifest tag
2 parents 8e7d84d + 34429d8 commit 02ec7ae

25 files changed

+49
-49
lines changed

.github/workflows/build_airflow.yaml

Lines changed: 2 additions & 2 deletions
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_druid.yaml

Lines changed: 2 additions & 2 deletions
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_hadoop.yaml

Lines changed: 2 additions & 2 deletions
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_hbase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
image-registry-username: github
108108
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
109109
image-repository: stackable/${{ env.PRODUCT_NAME }}
110-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
110+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
111111

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

121121
notify:
122122
name: Failure Notification

.github/workflows/build_hello-world.yaml

Lines changed: 2 additions & 2 deletions
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_hive.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
image-registry-username: github
108108
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
109109
image-repository: stackable/${{ env.PRODUCT_NAME }}
110-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
110+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
111111

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

121121
notify:
122122
name: Failure Notification

.github/workflows/build_java-base.yaml

Lines changed: 2 additions & 2 deletions
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_java-devel.yaml

Lines changed: 2 additions & 2 deletions
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_kafka-testing-tools.yaml

Lines changed: 2 additions & 2 deletions
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_kafka.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
image-registry-username: github
109109
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
110110
image-repository: stackable/${{ env.PRODUCT_NAME }}
111-
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
111+
image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }}
112112

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

122122
notify:
123123
name: Failure Notification

0 commit comments

Comments
 (0)