Skip to content

Commit b966b94

Browse files
chore(deps): update all dependencies (patch only) (#887)
| datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | pypi | image-tools-stackabletech | 0.0.12 | 0.0.13 | | pypi | pandas | 2.2.2 | 2.2.3 | | github-tags | stackabletech/actions | v0.0.1 | v0.0.2 |
1 parent 8d85e9a commit b966b94

29 files changed

+152
-152
lines changed

.github/workflows/dev_airflow.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2929
- id: shard
30-
uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
30+
uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
3131
with:
3232
product-name: ${{ env.PRODUCT_NAME }}
3333
outputs:
@@ -51,14 +51,14 @@ jobs:
5151

5252
- name: Build Product Image
5353
id: build
54-
uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
54+
uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
5555
with:
5656
product-name: ${{ env.PRODUCT_NAME }}
5757
product-version: ${{ matrix.versions }}
5858
build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }}
5959

6060
- name: Publish Container Image on docker.stackable.tech
61-
uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
61+
uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
6262
with:
6363
image-registry-uri: docker.stackable.tech
6464
image-registry-username: github
@@ -68,7 +68,7 @@ jobs:
6868
source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }}
6969

7070
- name: Publish Container Image on oci.stackable.tech
71-
uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
71+
uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
7272
with:
7373
image-registry-uri: oci.stackable.tech
7474
image-registry-username: robot$sdp+github-action-build
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
9292

9393
- name: Publish and Sign Image Index Manifest to docker.stackable.tech
94-
uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
94+
uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
9595
with:
9696
image-registry-uri: docker.stackable.tech
9797
image-registry-username: github
@@ -100,7 +100,7 @@ jobs:
100100
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
101101

102102
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
103-
uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
103+
uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
104104
with:
105105
image-registry-uri: oci.stackable.tech
106106
image-registry-username: robot$sdp+github-action-build

.github/workflows/dev_druid.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3131
- id: shard
32-
uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
32+
uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
3333
with:
3434
product-name: ${{ env.PRODUCT_NAME }}
3535
outputs:
@@ -53,14 +53,14 @@ jobs:
5353

5454
- name: Build Product Image
5555
id: build
56-
uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
56+
uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
5757
with:
5858
product-name: ${{ env.PRODUCT_NAME }}
5959
product-version: ${{ matrix.versions }}
6060
build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }}
6161

6262
- name: Publish Container Image on docker.stackable.tech
63-
uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
63+
uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
6464
with:
6565
image-registry-uri: docker.stackable.tech
6666
image-registry-username: github
@@ -70,7 +70,7 @@ jobs:
7070
source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }}
7171

7272
- name: Publish Container Image on oci.stackable.tech
73-
uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
73+
uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
7474
with:
7575
image-registry-uri: oci.stackable.tech
7676
image-registry-username: robot$sdp+github-action-build
@@ -93,7 +93,7 @@ jobs:
9393
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
9494

9595
- name: Publish and Sign Image Index Manifest to docker.stackable.tech
96-
uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
96+
uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
9797
with:
9898
image-registry-uri: docker.stackable.tech
9999
image-registry-username: github
@@ -102,7 +102,7 @@ jobs:
102102
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
103103

104104
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
105-
uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
105+
uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
106106
with:
107107
image-registry-uri: oci.stackable.tech
108108
image-registry-username: robot$sdp+github-action-build

.github/workflows/dev_hadoop.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3131
- id: shard
32-
uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
32+
uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
3333
with:
3434
product-name: ${{ env.PRODUCT_NAME }}
3535
outputs:
@@ -53,14 +53,14 @@ jobs:
5353

5454
- name: Build Product Image
5555
id: build
56-
uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
56+
uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
5757
with:
5858
product-name: ${{ env.PRODUCT_NAME }}
5959
product-version: ${{ matrix.versions }}
6060
build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }}
6161

6262
- name: Publish Container Image on docker.stackable.tech
63-
uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
63+
uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
6464
with:
6565
image-registry-uri: docker.stackable.tech
6666
image-registry-username: github
@@ -70,7 +70,7 @@ jobs:
7070
source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }}
7171

7272
- name: Publish Container Image on oci.stackable.tech
73-
uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
73+
uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
7474
with:
7575
image-registry-uri: oci.stackable.tech
7676
image-registry-username: robot$sdp+github-action-build
@@ -93,7 +93,7 @@ jobs:
9393
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
9494

9595
- name: Publish and Sign Image Index Manifest to docker.stackable.tech
96-
uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
96+
uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
9797
with:
9898
image-registry-uri: docker.stackable.tech
9999
image-registry-username: github
@@ -102,7 +102,7 @@ jobs:
102102
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
103103

104104
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
105-
uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
105+
uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
106106
with:
107107
image-registry-uri: oci.stackable.tech
108108
image-registry-username: robot$sdp+github-action-build

.github/workflows/dev_hbase.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3232
- id: shard
33-
uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
33+
uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
3434
with:
3535
product-name: ${{ env.PRODUCT_NAME }}
3636
outputs:
@@ -54,14 +54,14 @@ jobs:
5454

5555
- name: Build Product Image
5656
id: build
57-
uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
57+
uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
5858
with:
5959
product-name: ${{ env.PRODUCT_NAME }}
6060
product-version: ${{ matrix.versions }}
6161
build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }}
6262

6363
- name: Publish Container Image on docker.stackable.tech
64-
uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
64+
uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
6565
with:
6666
image-registry-uri: docker.stackable.tech
6767
image-registry-username: github
@@ -71,7 +71,7 @@ jobs:
7171
source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }}
7272

7373
- name: Publish Container Image on oci.stackable.tech
74-
uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
74+
uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
7575
with:
7676
image-registry-uri: oci.stackable.tech
7777
image-registry-username: robot$sdp+github-action-build
@@ -94,7 +94,7 @@ jobs:
9494
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
9595

9696
- name: Publish and Sign Image Index Manifest to docker.stackable.tech
97-
uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
97+
uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
9898
with:
9999
image-registry-uri: docker.stackable.tech
100100
image-registry-username: github
@@ -103,7 +103,7 @@ jobs:
103103
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
104104

105105
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
106-
uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
106+
uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
107107
with:
108108
image-registry-uri: oci.stackable.tech
109109
image-registry-username: robot$sdp+github-action-build

.github/workflows/dev_hello-world.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2727
- id: shard
28-
uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
28+
uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
2929
with:
3030
product-name: ${{ env.PRODUCT_NAME }}
3131
outputs:
@@ -49,14 +49,14 @@ jobs:
4949

5050
- name: Build Product Image
5151
id: build
52-
uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
52+
uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
5353
with:
5454
product-name: ${{ env.PRODUCT_NAME }}
5555
product-version: ${{ matrix.versions }}
5656
build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }}
5757

5858
- name: Publish Container Image on docker.stackable.tech
59-
uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
59+
uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
6060
with:
6161
image-registry-uri: docker.stackable.tech
6262
image-registry-username: github
@@ -66,7 +66,7 @@ jobs:
6666
source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }}
6767

6868
- name: Publish Container Image on oci.stackable.tech
69-
uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
69+
uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
7070
with:
7171
image-registry-uri: oci.stackable.tech
7272
image-registry-username: robot$sdp+github-action-build
@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
9090

9191
- name: Publish and Sign Image Index Manifest to docker.stackable.tech
92-
uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
92+
uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
9393
with:
9494
image-registry-uri: docker.stackable.tech
9595
image-registry-username: github
@@ -98,7 +98,7 @@ jobs:
9898
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
9999

100100
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
101-
uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
101+
uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
102102
with:
103103
image-registry-uri: oci.stackable.tech
104104
image-registry-username: robot$sdp+github-action-build

.github/workflows/dev_hive.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3232
- id: shard
33-
uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
33+
uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
3434
with:
3535
product-name: ${{ env.PRODUCT_NAME }}
3636
outputs:
@@ -54,14 +54,14 @@ jobs:
5454

5555
- name: Build Product Image
5656
id: build
57-
uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
57+
uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
5858
with:
5959
product-name: ${{ env.PRODUCT_NAME }}
6060
product-version: ${{ matrix.versions }}
6161
build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }}
6262

6363
- name: Publish Container Image on docker.stackable.tech
64-
uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
64+
uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
6565
with:
6666
image-registry-uri: docker.stackable.tech
6767
image-registry-username: github
@@ -71,7 +71,7 @@ jobs:
7171
source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }}
7272

7373
- name: Publish Container Image on oci.stackable.tech
74-
uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
74+
uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
7575
with:
7676
image-registry-uri: oci.stackable.tech
7777
image-registry-username: robot$sdp+github-action-build
@@ -94,7 +94,7 @@ jobs:
9494
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
9595

9696
- name: Publish and Sign Image Index Manifest to docker.stackable.tech
97-
uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
97+
uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
9898
with:
9999
image-registry-uri: docker.stackable.tech
100100
image-registry-username: github
@@ -103,7 +103,7 @@ jobs:
103103
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
104104

105105
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
106-
uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
106+
uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
107107
with:
108108
image-registry-uri: oci.stackable.tech
109109
image-registry-username: robot$sdp+github-action-build

.github/workflows/dev_java-base.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2727
- id: shard
28-
uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
28+
uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
2929
with:
3030
product-name: ${{ env.PRODUCT_NAME }}
3131
outputs:
@@ -49,14 +49,14 @@ jobs:
4949

5050
- name: Build Product Image
5151
id: build
52-
uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
52+
uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
5353
with:
5454
product-name: ${{ env.PRODUCT_NAME }}
5555
product-version: ${{ matrix.versions }}
5656
build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }}
5757

5858
- name: Publish Container Image on docker.stackable.tech
59-
uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
59+
uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
6060
with:
6161
image-registry-uri: docker.stackable.tech
6262
image-registry-username: github
@@ -66,7 +66,7 @@ jobs:
6666
source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }}
6767

6868
- name: Publish Container Image on oci.stackable.tech
69-
uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
69+
uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
7070
with:
7171
image-registry-uri: oci.stackable.tech
7272
image-registry-username: robot$sdp+github-action-build
@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
9090

9191
- name: Publish and Sign Image Index Manifest to docker.stackable.tech
92-
uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
92+
uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
9393
with:
9494
image-registry-uri: docker.stackable.tech
9595
image-registry-username: github
@@ -98,7 +98,7 @@ jobs:
9898
image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev
9999

100100
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
101-
uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1
101+
uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2
102102
with:
103103
image-registry-uri: oci.stackable.tech
104104
image-registry-username: robot$sdp+github-action-build

0 commit comments

Comments
 (0)