Skip to content

Commit

Permalink
wip: test build with fixed action
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLarsenNZ committed Oct 9, 2024
1 parent 61123af commit 412c5c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ 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
container-file: docker/Dockerfile

# - 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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 412c5c2

Please sign in to comment.