From 6c96dd50a5a2692ea70c498a4c81399023dc90e0 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 24 Oct 2024 12:51:56 +0200 Subject: [PATCH 1/2] ci: bump stackabletech/actions to 0.0.8 This shaves off about 48 minutes of time across jobs using the free-disk-space action --- .github/workflows/dev_airflow.yaml | 12 ++++++------ .github/workflows/dev_druid.yaml | 12 ++++++------ .github/workflows/dev_hadoop.yaml | 12 ++++++------ .github/workflows/dev_hbase.yaml | 12 ++++++------ .github/workflows/dev_hello-world.yaml | 12 ++++++------ .github/workflows/dev_hive.yaml | 12 ++++++------ .github/workflows/dev_java-base.yaml | 12 ++++++------ .github/workflows/dev_java-devel.yaml | 12 ++++++------ .github/workflows/dev_kafka-testing-tools.yaml | 12 ++++++------ .github/workflows/dev_kafka.yaml | 12 ++++++------ .github/workflows/dev_kcat.yaml | 12 ++++++------ .github/workflows/dev_krb5.yaml | 12 ++++++------ .github/workflows/dev_nifi.yaml | 12 ++++++------ .github/workflows/dev_omid.yaml | 12 ++++++------ .github/workflows/dev_opa.yaml | 12 ++++++------ .github/workflows/dev_spark-k8s.yaml | 12 ++++++------ .github/workflows/dev_stackable-base.yaml | 12 ++++++------ .github/workflows/dev_superset.yaml | 12 ++++++------ .github/workflows/dev_testing-tools.yaml | 12 ++++++------ .github/workflows/dev_tools.yaml | 12 ++++++------ .github/workflows/dev_trino-cli.yaml | 12 ++++++------ .github/workflows/dev_trino.yaml | 12 ++++++------ .github/workflows/dev_vector.yaml | 12 ++++++------ .github/workflows/dev_zookeeper.yaml | 12 ++++++------ .github/workflows/mirror.yaml | 8 ++++---- .github/workflows/pr_pre-commit.yaml | 2 +- 26 files changed, 149 insertions(+), 149 deletions(-) diff --git a/.github/workflows/dev_airflow.yaml b/.github/workflows/dev_airflow.yaml index e76fc6b9d..f845ef2d7 100644 --- a/.github/workflows/dev_airflow.yaml +++ b/.github/workflows/dev_airflow.yaml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/shard@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -51,14 +51,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/build-product-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -68,7 +68,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -91,7 +91,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -100,7 +100,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_druid.yaml b/.github/workflows/dev_druid.yaml index eb33fc4c4..6bad1fa71 100644 --- a/.github/workflows/dev_druid.yaml +++ b/.github/workflows/dev_druid.yaml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/shard@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/build-product-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -70,7 +70,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -93,7 +93,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -102,7 +102,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_hadoop.yaml b/.github/workflows/dev_hadoop.yaml index 58f09e974..a837f4e87 100644 --- a/.github/workflows/dev_hadoop.yaml +++ b/.github/workflows/dev_hadoop.yaml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/shard@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/build-product-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -70,7 +70,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -93,7 +93,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -102,7 +102,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_hbase.yaml b/.github/workflows/dev_hbase.yaml index ac19d4004..0dea605dc 100644 --- a/.github/workflows/dev_hbase.yaml +++ b/.github/workflows/dev_hbase.yaml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/shard@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -54,14 +54,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/build-product-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -71,7 +71,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -94,7 +94,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -103,7 +103,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_hello-world.yaml b/.github/workflows/dev_hello-world.yaml index d8142deb7..78697b480 100644 --- a/.github/workflows/dev_hello-world.yaml +++ b/.github/workflows/dev_hello-world.yaml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/shard@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -49,14 +49,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/build-product-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -66,7 +66,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -89,7 +89,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -98,7 +98,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_hive.yaml b/.github/workflows/dev_hive.yaml index 070358ed0..124828c14 100644 --- a/.github/workflows/dev_hive.yaml +++ b/.github/workflows/dev_hive.yaml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/shard@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -54,14 +54,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/build-product-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -71,7 +71,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -94,7 +94,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -103,7 +103,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_java-base.yaml b/.github/workflows/dev_java-base.yaml index 2c0d1e21d..5ce6d9b93 100644 --- a/.github/workflows/dev_java-base.yaml +++ b/.github/workflows/dev_java-base.yaml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/shard@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -49,14 +49,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/build-product-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -66,7 +66,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -89,7 +89,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -98,7 +98,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_java-devel.yaml b/.github/workflows/dev_java-devel.yaml index 39cab253b..23f48942d 100644 --- a/.github/workflows/dev_java-devel.yaml +++ b/.github/workflows/dev_java-devel.yaml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/shard@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -49,14 +49,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/build-product-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -66,7 +66,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -89,7 +89,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -98,7 +98,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_kafka-testing-tools.yaml b/.github/workflows/dev_kafka-testing-tools.yaml index a91e656f3..71b4956a3 100644 --- a/.github/workflows/dev_kafka-testing-tools.yaml +++ b/.github/workflows/dev_kafka-testing-tools.yaml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/shard@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/build-product-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -70,7 +70,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -93,7 +93,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -102,7 +102,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_kafka.yaml b/.github/workflows/dev_kafka.yaml index 8fbb9c9ae..d774f9b4f 100644 --- a/.github/workflows/dev_kafka.yaml +++ b/.github/workflows/dev_kafka.yaml @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/shard@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -55,14 +55,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/build-product-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -72,7 +72,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -95,7 +95,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -104,7 +104,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_kcat.yaml b/.github/workflows/dev_kcat.yaml index 39bbf18a7..b3a0cfaeb 100644 --- a/.github/workflows/dev_kcat.yaml +++ b/.github/workflows/dev_kcat.yaml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/shard@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/build-product-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -70,7 +70,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -93,7 +93,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -102,7 +102,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_krb5.yaml b/.github/workflows/dev_krb5.yaml index e0dde8ec4..1f3e66124 100644 --- a/.github/workflows/dev_krb5.yaml +++ b/.github/workflows/dev_krb5.yaml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/shard@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -49,14 +49,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/build-product-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -66,7 +66,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -89,7 +89,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -98,7 +98,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_nifi.yaml b/.github/workflows/dev_nifi.yaml index b5009c2a3..b4ea61dd9 100644 --- a/.github/workflows/dev_nifi.yaml +++ b/.github/workflows/dev_nifi.yaml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/shard@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/build-product-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -70,7 +70,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -93,7 +93,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -102,7 +102,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_omid.yaml b/.github/workflows/dev_omid.yaml index 7240b0845..e1865ce2c 100644 --- a/.github/workflows/dev_omid.yaml +++ b/.github/workflows/dev_omid.yaml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/shard@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/build-product-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -70,7 +70,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -93,7 +93,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -102,7 +102,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_opa.yaml b/.github/workflows/dev_opa.yaml index 5af276c9c..fda063def 100644 --- a/.github/workflows/dev_opa.yaml +++ b/.github/workflows/dev_opa.yaml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/shard@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -51,14 +51,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/build-product-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -68,7 +68,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -91,7 +91,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -100,7 +100,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_spark-k8s.yaml b/.github/workflows/dev_spark-k8s.yaml index 19548c124..b58a1344e 100644 --- a/.github/workflows/dev_spark-k8s.yaml +++ b/.github/workflows/dev_spark-k8s.yaml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/shard@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/build-product-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -70,7 +70,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -93,7 +93,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -102,7 +102,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_stackable-base.yaml b/.github/workflows/dev_stackable-base.yaml index cd80088da..e54c4f79e 100644 --- a/.github/workflows/dev_stackable-base.yaml +++ b/.github/workflows/dev_stackable-base.yaml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/shard@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -50,14 +50,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/build-product-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -67,7 +67,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -90,7 +90,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -99,7 +99,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_superset.yaml b/.github/workflows/dev_superset.yaml index 7fbd42458..84b83d9f1 100644 --- a/.github/workflows/dev_superset.yaml +++ b/.github/workflows/dev_superset.yaml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/shard@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -51,14 +51,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/build-product-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -68,7 +68,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -91,7 +91,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -100,7 +100,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_testing-tools.yaml b/.github/workflows/dev_testing-tools.yaml index c0e147b36..05beead73 100644 --- a/.github/workflows/dev_testing-tools.yaml +++ b/.github/workflows/dev_testing-tools.yaml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/shard@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -49,14 +49,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/build-product-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -66,7 +66,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -89,7 +89,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -98,7 +98,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_tools.yaml b/.github/workflows/dev_tools.yaml index 145ac73b1..18657f303 100644 --- a/.github/workflows/dev_tools.yaml +++ b/.github/workflows/dev_tools.yaml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/shard@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -50,14 +50,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/build-product-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -67,7 +67,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -90,7 +90,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -99,7 +99,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_trino-cli.yaml b/.github/workflows/dev_trino-cli.yaml index a23002328..c4df314b2 100644 --- a/.github/workflows/dev_trino-cli.yaml +++ b/.github/workflows/dev_trino-cli.yaml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/shard@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -52,14 +52,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/build-product-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -69,7 +69,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -92,7 +92,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -101,7 +101,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_trino.yaml b/.github/workflows/dev_trino.yaml index 40d4c92c6..271604c59 100644 --- a/.github/workflows/dev_trino.yaml +++ b/.github/workflows/dev_trino.yaml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/shard@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/build-product-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -70,7 +70,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -93,7 +93,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -102,7 +102,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_vector.yaml b/.github/workflows/dev_vector.yaml index 42f32696f..12b06d470 100644 --- a/.github/workflows/dev_vector.yaml +++ b/.github/workflows/dev_vector.yaml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/shard@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -49,14 +49,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/build-product-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -66,7 +66,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -89,7 +89,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -98,7 +98,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_zookeeper.yaml b/.github/workflows/dev_zookeeper.yaml index d70794fe1..37f5dbb57 100644 --- a/.github/workflows/dev_zookeeper.yaml +++ b/.github/workflows/dev_zookeeper.yaml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/shard@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/build-product-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -70,7 +70,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -93,7 +93,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -102,7 +102,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/mirror.yaml b/.github/workflows/mirror.yaml index e2ca403c3..cafcdecff 100644 --- a/.github/workflows/mirror.yaml +++ b/.github/workflows/mirror.yaml @@ -50,7 +50,7 @@ jobs: echo "IMAGE_REPOSITORY=$(.scripts/get_repo_name.sh)" | tee -a "$GITHUB_ENV" - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -60,7 +60,7 @@ jobs: source-image-uri: ${{ format('{0}:{1}', inputs.image-repository-uri, inputs.image-index-manifest-tag) }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-image@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -85,7 +85,7 @@ jobs: echo "IMAGE_REPOSITORY=$(.scripts/get_repo_name.sh)" | tee -a "$GITHUB_ENV" - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -94,7 +94,7 @@ jobs: image-index-manifest-tag: ${{ inputs.image-index-manifest-tag }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + uses: stackabletech/actions/publish-index-manifest@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/pr_pre-commit.yaml b/.github/workflows/pr_pre-commit.yaml index 427a2ba04..956633d34 100644 --- a/.github/workflows/pr_pre-commit.yaml +++ b/.github/workflows/pr_pre-commit.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 0 - - uses: stackabletech/actions/run-pre-commit@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 + - uses: stackabletech/actions/run-pre-commit@9a7313de6170edc00f5a497ef58dcbaeb46ee1d2 # 0.0.8 with: python-version: ${{ env.PYTHON_VERSION }} hadolint: ${{ env.HADOLINT_VERSION }} From 5dd947570ef43dc0d0a6a77d141b7971ea23e354 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 24 Oct 2024 13:04:00 +0200 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b7dc5dd..4a53b6373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,7 @@ All notable changes to this project will be documented in this file. - java: migrate to temurin jdk/jre ([#894]). - tools: bump kubectl to `1.31.1` and jq to `1.7.1` ([#896]). - Make username, user id, group id configurable, use numeric ids everywhere, change group of all files to 0 ([#849], [#890], [#897]). -- ci: Bump `stackabletech/actions` to 0.0.7 ([#901], [#903]). +- ci: Bump `stackabletech/actions` to 0.0.8 ([#901], [#903], [#907]). - ubi-rust-builder: Bump Rust toolchain to 1.81.0 ([#902]). ### Removed @@ -93,6 +93,7 @@ All notable changes to this project will be documented in this file. [#901]: https://github.com/stackabletech/docker-images/pull/901 [#902]: https://github.com/stackabletech/docker-images/pull/902 [#903]: https://github.com/stackabletech/docker-images/pull/903 +[#907]: https://github.com/stackabletech/docker-images/pull/907 ## [24.7.0] - 2024-07-24