From 412c5c2f39a2ec9904f7d56f32b86f0cbde193a3 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 9 Oct 2024 17:22:43 +0200 Subject: [PATCH] wip: test build with fixed action --- .github/workflows/build.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 068ebbf..e9db8f2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -65,7 +65,7 @@ jobs: - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Build and (optionally) push container image id: build - uses: stackabletech/actions/build-container-image@c179c509951343185095cbf032248b71ee6998f4 # 0.0.3 + uses: stackabletech/actions/build-container-image@8946fcbf57d7e7c96398bbf669b689caff7babd4 # x.x.x with: image-name: trino-lb image-index-manifest-tag: dev @@ -73,7 +73,7 @@ jobs: # - name: Publish Container Image on docker.stackable.tech # if: github.event_name == 'push' && github.ref == 'refs/heads/main' - # uses: stackabletech/actions/publish-image@c179c509951343185095cbf032248b71ee6998f4 # 0.0.3 + # uses: stackabletech/actions/publish-image@8946fcbf57d7e7c96398bbf669b689caff7babd4 # x.x.x # with: # image-registry-uri: docker.stackable.tech # image-registry-username: github @@ -84,7 +84,7 @@ jobs: - name: Publish Container Image on oci.stackable.tech if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: stackabletech/actions/publish-image@c179c509951343185095cbf032248b71ee6998f4 # 0.0.3 + uses: stackabletech/actions/publish-image@8946fcbf57d7e7c96398bbf669b689caff7babd4 # x.x.x with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -106,7 +106,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@c179c509951343185095cbf032248b71ee6998f4 # 0.0.3 + # uses: stackabletech/actions/publish-index-manifest@8946fcbf57d7e7c96398bbf669b689caff7babd4 # x.x.x # with: # image-registry-uri: docker.stackable.tech # image-registry-username: github @@ -115,7 +115,7 @@ jobs: # image-index-manifest-tag: dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@c179c509951343185095cbf032248b71ee6998f4 # 0.0.3 + uses: stackabletech/actions/publish-index-manifest@8946fcbf57d7e7c96398bbf669b689caff7babd4 # x.x.x with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build