diff --git a/.github/workflows/build_airflow.yaml b/.github/workflows/build_airflow.yaml index d0c644f98..17939cd72 100644 --- a/.github/workflows/build_airflow.yaml +++ b/.github/workflows/build_airflow.yaml @@ -102,7 +102,7 @@ jobs: image-registry-username: github image-registry-password: ${{ secrets.NEXUS_PASSWORD }} image-repository: stackable/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0 @@ -111,7 +111,7 @@ jobs: image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} notify: name: Failure Notification diff --git a/.github/workflows/build_druid.yaml b/.github/workflows/build_druid.yaml index 067dfaf23..cc042fc2f 100644 --- a/.github/workflows/build_druid.yaml +++ b/.github/workflows/build_druid.yaml @@ -104,7 +104,7 @@ jobs: image-registry-username: github image-registry-password: ${{ secrets.NEXUS_PASSWORD }} image-repository: stackable/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0 @@ -113,7 +113,7 @@ jobs: image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} notify: name: Failure Notification diff --git a/.github/workflows/build_hadoop.yaml b/.github/workflows/build_hadoop.yaml index 09aa70b25..54084cfbe 100644 --- a/.github/workflows/build_hadoop.yaml +++ b/.github/workflows/build_hadoop.yaml @@ -104,7 +104,7 @@ jobs: image-registry-username: github image-registry-password: ${{ secrets.NEXUS_PASSWORD }} image-repository: stackable/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0 @@ -113,7 +113,7 @@ jobs: image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} notify: name: Failure Notification diff --git a/.github/workflows/build_hbase.yaml b/.github/workflows/build_hbase.yaml index f1e69c83a..348c0a0ca 100644 --- a/.github/workflows/build_hbase.yaml +++ b/.github/workflows/build_hbase.yaml @@ -105,7 +105,7 @@ jobs: image-registry-username: github image-registry-password: ${{ secrets.NEXUS_PASSWORD }} image-repository: stackable/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0 @@ -114,7 +114,7 @@ jobs: image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} notify: name: Failure Notification diff --git a/.github/workflows/build_hello-world.yaml b/.github/workflows/build_hello-world.yaml index 0c94c3e8a..306252396 100644 --- a/.github/workflows/build_hello-world.yaml +++ b/.github/workflows/build_hello-world.yaml @@ -100,7 +100,7 @@ jobs: image-registry-username: github image-registry-password: ${{ secrets.NEXUS_PASSWORD }} image-repository: stackable/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0 @@ -109,7 +109,7 @@ jobs: image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} notify: name: Failure Notification diff --git a/.github/workflows/build_hive.yaml b/.github/workflows/build_hive.yaml index 036514a0a..191bd3096 100644 --- a/.github/workflows/build_hive.yaml +++ b/.github/workflows/build_hive.yaml @@ -105,7 +105,7 @@ jobs: image-registry-username: github image-registry-password: ${{ secrets.NEXUS_PASSWORD }} image-repository: stackable/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0 @@ -114,7 +114,7 @@ jobs: image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} notify: name: Failure Notification diff --git a/.github/workflows/build_java-base.yaml b/.github/workflows/build_java-base.yaml index 2e56f3789..9ee23f00a 100644 --- a/.github/workflows/build_java-base.yaml +++ b/.github/workflows/build_java-base.yaml @@ -100,7 +100,7 @@ jobs: image-registry-username: github image-registry-password: ${{ secrets.NEXUS_PASSWORD }} image-repository: stackable/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0 @@ -109,7 +109,7 @@ jobs: image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} notify: name: Failure Notification diff --git a/.github/workflows/build_java-devel.yaml b/.github/workflows/build_java-devel.yaml index 1cabd4f4d..19092c3c0 100644 --- a/.github/workflows/build_java-devel.yaml +++ b/.github/workflows/build_java-devel.yaml @@ -100,7 +100,7 @@ jobs: image-registry-username: github image-registry-password: ${{ secrets.NEXUS_PASSWORD }} image-repository: stackable/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0 @@ -109,7 +109,7 @@ jobs: image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} notify: name: Failure Notification diff --git a/.github/workflows/build_kafka-testing-tools.yaml b/.github/workflows/build_kafka-testing-tools.yaml index ec34f5d0b..43231a0fe 100644 --- a/.github/workflows/build_kafka-testing-tools.yaml +++ b/.github/workflows/build_kafka-testing-tools.yaml @@ -104,7 +104,7 @@ jobs: image-registry-username: github image-registry-password: ${{ secrets.NEXUS_PASSWORD }} image-repository: stackable/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0 @@ -113,7 +113,7 @@ jobs: image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} notify: name: Failure Notification diff --git a/.github/workflows/build_kafka.yaml b/.github/workflows/build_kafka.yaml index 8f684f365..580e164a1 100644 --- a/.github/workflows/build_kafka.yaml +++ b/.github/workflows/build_kafka.yaml @@ -106,7 +106,7 @@ jobs: image-registry-username: github image-registry-password: ${{ secrets.NEXUS_PASSWORD }} image-repository: stackable/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0 @@ -115,7 +115,7 @@ jobs: image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} notify: name: Failure Notification diff --git a/.github/workflows/build_kcat.yaml b/.github/workflows/build_kcat.yaml index f15f95243..c9a5522c7 100644 --- a/.github/workflows/build_kcat.yaml +++ b/.github/workflows/build_kcat.yaml @@ -104,7 +104,7 @@ jobs: image-registry-username: github image-registry-password: ${{ secrets.NEXUS_PASSWORD }} image-repository: stackable/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0 @@ -113,7 +113,7 @@ jobs: image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} notify: name: Failure Notification diff --git a/.github/workflows/build_krb5.yaml b/.github/workflows/build_krb5.yaml index e537e11ba..6f7fdcff2 100644 --- a/.github/workflows/build_krb5.yaml +++ b/.github/workflows/build_krb5.yaml @@ -100,7 +100,7 @@ jobs: image-registry-username: github image-registry-password: ${{ secrets.NEXUS_PASSWORD }} image-repository: stackable/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0 @@ -109,7 +109,7 @@ jobs: image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} notify: name: Failure Notification diff --git a/.github/workflows/build_nifi.yaml b/.github/workflows/build_nifi.yaml index fbe228292..22ec1f3c6 100644 --- a/.github/workflows/build_nifi.yaml +++ b/.github/workflows/build_nifi.yaml @@ -104,7 +104,7 @@ jobs: image-registry-username: github image-registry-password: ${{ secrets.NEXUS_PASSWORD }} image-repository: stackable/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0 @@ -113,7 +113,7 @@ jobs: image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} notify: name: Failure Notification diff --git a/.github/workflows/build_omid.yaml b/.github/workflows/build_omid.yaml index 24a9060cc..4798611b6 100644 --- a/.github/workflows/build_omid.yaml +++ b/.github/workflows/build_omid.yaml @@ -104,7 +104,7 @@ jobs: image-registry-username: github image-registry-password: ${{ secrets.NEXUS_PASSWORD }} image-repository: stackable/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0 @@ -113,7 +113,7 @@ jobs: image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} notify: name: Failure Notification diff --git a/.github/workflows/build_opa.yaml b/.github/workflows/build_opa.yaml index 44c34a3a1..9c33be3df 100644 --- a/.github/workflows/build_opa.yaml +++ b/.github/workflows/build_opa.yaml @@ -102,7 +102,7 @@ jobs: image-registry-username: github image-registry-password: ${{ secrets.NEXUS_PASSWORD }} image-repository: stackable/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0 @@ -111,7 +111,7 @@ jobs: image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} notify: name: Failure Notification diff --git a/.github/workflows/build_spark-k8s.yaml b/.github/workflows/build_spark-k8s.yaml index b49d83ba5..a82d244f8 100644 --- a/.github/workflows/build_spark-k8s.yaml +++ b/.github/workflows/build_spark-k8s.yaml @@ -105,7 +105,7 @@ jobs: image-registry-username: github image-registry-password: ${{ secrets.NEXUS_PASSWORD }} image-repository: stackable/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0 @@ -114,7 +114,7 @@ jobs: image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} notify: name: Failure Notification diff --git a/.github/workflows/build_stackable-base.yaml b/.github/workflows/build_stackable-base.yaml index b4c0baadc..a5447ad9a 100644 --- a/.github/workflows/build_stackable-base.yaml +++ b/.github/workflows/build_stackable-base.yaml @@ -101,7 +101,7 @@ jobs: image-registry-username: github image-registry-password: ${{ secrets.NEXUS_PASSWORD }} image-repository: stackable/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0 @@ -110,7 +110,7 @@ jobs: image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} notify: name: Failure Notification diff --git a/.github/workflows/build_superset.yaml b/.github/workflows/build_superset.yaml index 1d9f9ab93..98709d1c6 100644 --- a/.github/workflows/build_superset.yaml +++ b/.github/workflows/build_superset.yaml @@ -102,7 +102,7 @@ jobs: image-registry-username: github image-registry-password: ${{ secrets.NEXUS_PASSWORD }} image-repository: stackable/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0 @@ -111,7 +111,7 @@ jobs: image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} notify: name: Failure Notification diff --git a/.github/workflows/build_testing-tools.yaml b/.github/workflows/build_testing-tools.yaml index 6aa8e61d6..c6c4dc9d1 100644 --- a/.github/workflows/build_testing-tools.yaml +++ b/.github/workflows/build_testing-tools.yaml @@ -100,7 +100,7 @@ jobs: image-registry-username: github image-registry-password: ${{ secrets.NEXUS_PASSWORD }} image-repository: stackable/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0 @@ -109,7 +109,7 @@ jobs: image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} notify: name: Failure Notification diff --git a/.github/workflows/build_tools.yaml b/.github/workflows/build_tools.yaml index ed3d771e9..7fa11189f 100644 --- a/.github/workflows/build_tools.yaml +++ b/.github/workflows/build_tools.yaml @@ -101,7 +101,7 @@ jobs: image-registry-username: github image-registry-password: ${{ secrets.NEXUS_PASSWORD }} image-repository: stackable/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0 @@ -110,7 +110,7 @@ jobs: image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} notify: name: Failure Notification diff --git a/.github/workflows/build_trino-cli.yaml b/.github/workflows/build_trino-cli.yaml index c5acb7ac5..2250c96dd 100644 --- a/.github/workflows/build_trino-cli.yaml +++ b/.github/workflows/build_trino-cli.yaml @@ -103,7 +103,7 @@ jobs: image-registry-username: github image-registry-password: ${{ secrets.NEXUS_PASSWORD }} image-repository: stackable/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0 @@ -112,7 +112,7 @@ jobs: image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} notify: name: Failure Notification diff --git a/.github/workflows/build_trino.yaml b/.github/workflows/build_trino.yaml index 2aca61beb..00103b90e 100644 --- a/.github/workflows/build_trino.yaml +++ b/.github/workflows/build_trino.yaml @@ -104,7 +104,7 @@ jobs: image-registry-username: github image-registry-password: ${{ secrets.NEXUS_PASSWORD }} image-repository: stackable/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0 @@ -113,7 +113,7 @@ jobs: image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} notify: name: Failure Notification diff --git a/.github/workflows/build_vector.yaml b/.github/workflows/build_vector.yaml index bf29645c7..9abc3792a 100644 --- a/.github/workflows/build_vector.yaml +++ b/.github/workflows/build_vector.yaml @@ -100,7 +100,7 @@ jobs: image-registry-username: github image-registry-password: ${{ secrets.NEXUS_PASSWORD }} image-repository: stackable/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0 @@ -109,7 +109,7 @@ jobs: image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} notify: name: Failure Notification diff --git a/.github/workflows/build_zookeeper.yaml b/.github/workflows/build_zookeeper.yaml index 20848ecd1..2ea9cea9f 100644 --- a/.github/workflows/build_zookeeper.yaml +++ b/.github/workflows/build_zookeeper.yaml @@ -104,7 +104,7 @@ jobs: image-registry-username: github image-registry-password: ${{ secrets.NEXUS_PASSWORD }} image-repository: stackable/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech uses: stackabletech/actions/publish-index-manifest@a3f7587879e9f12e04a29fd26435949aaa4fd59c # 0.2.0 @@ -113,7 +113,7 @@ jobs: image-registry-username: robot$sdp+github-action-build image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} image-repository: sdp/${{ env.PRODUCT_NAME }} - image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev + image-index-manifest-tag: ${{ matrix.versions }}-stackable${{ env.SDP_VERSION }} notify: name: Failure Notification diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 695b84062..5b559f37f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,5 +58,5 @@ repos: name: update-readme-badges language: system entry: .scripts/update_readme_badges.sh - stages: [commit, merge-commit, manual] + stages: [pre-commit, pre-merge-commit, manual] pass_filenames: false