diff --git a/.github/workflows/dev_airflow.yaml b/.github/workflows/dev_airflow.yaml index e4c8026e1..e76fc6b9d 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -51,14 +51,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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 4ad90fadb..eb33fc4c4 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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 90fe114c5..58f09e974 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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 0cfffd3dd..ac19d4004 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -54,14 +54,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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 cea40343a..d8142deb7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -49,14 +49,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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 8ad670fdf..070358ed0 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -54,14 +54,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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 270bf244a..2c0d1e21d 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -49,14 +49,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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 67a9d6b38..39cab253b 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -49,14 +49,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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 16c2f06f6..a91e656f3 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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 f05637a8a..8fbb9c9ae 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -55,14 +55,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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 935186300..39bbf18a7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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 08cb33fec..e0dde8ec4 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -49,14 +49,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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 277fdce31..b5009c2a3 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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 e921eba4e..7240b0845 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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 fc4ab0c09..5af276c9c 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -51,14 +51,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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 6ff09d6a9..19548c124 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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 c95ee947c..cd80088da 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -50,14 +50,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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 46fd29496..7fbd42458 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -51,14 +51,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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 1e1f8753d..c0e147b36 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -49,14 +49,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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 acb406592..145ac73b1 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -50,14 +50,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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 22e333d91..a23002328 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -52,14 +52,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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 ff9909785..40d4c92c6 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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 105440a44..42f32696f 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -49,14 +49,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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 b027487e9..d70794fe1 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/shard@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/build-product-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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 a425957b9..e2ca403c3 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-image@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + uses: stackabletech/actions/publish-index-manifest@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 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 06861b376..427a2ba04 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@013e6482fbc0edf2d38cf9220fc931f6a81336fb # 0.0.6 + - uses: stackabletech/actions/run-pre-commit@0c5dbc42a80519b5e1ad6ac1d8bc54a0e1ece8fb # 0.0.7 with: python-version: ${{ env.PYTHON_VERSION }} hadolint: ${{ env.HADOLINT_VERSION }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 98c7c5621..b1d39d261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,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]). -- ci: Bump `stackabletech/actions` to 0.0.6 ([#901]). +- ci: Bump `stackabletech/actions` to 0.0.7 ([#901], [#903]). ### Removed @@ -87,6 +87,7 @@ All notable changes to this project will be documented in this file. [#894]: https://github.com/stackabletech/docker-images/pull/894 [#896]: https://github.com/stackabletech/docker-images/pull/896 [#901]: https://github.com/stackabletech/docker-images/pull/901 +[#903]: https://github.com/stackabletech/docker-images/pull/903 ## [24.7.0] - 2024-07-24