Skip to content

Commit

Permalink
ci: use fixed action
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLarsenNZ committed Oct 10, 2024
1 parent e4758fa commit 4d31501
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@35ff882ef610f839f78ee0ff156403d745ed554e # x.x.x
uses: stackabletech/actions/build-container-image@ab97c67d79a79d9c6b0dc81b5dbe2fc5fd216a5a # v0.0.4
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@35ff882ef610f839f78ee0ff156403d745ed554e # x.x.x
# uses: stackabletech/actions/publish-image@ab97c67d79a79d9c6b0dc81b5dbe2fc5fd216a5a # v0.0.4
# 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@35ff882ef610f839f78ee0ff156403d745ed554e # x.x.x
uses: stackabletech/actions/publish-image@ab97c67d79a79d9c6b0dc81b5dbe2fc5fd216a5a # v0.0.4
with:
image-registry-uri: oci.stackable.tech
image-registry-username: robot$stackable+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@35ff882ef610f839f78ee0ff156403d745ed554e # x.x.x
# uses: stackabletech/actions/publish-index-manifest@ab97c67d79a79d9c6b0dc81b5dbe2fc5fd216a5a # v0.0.4
# 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@35ff882ef610f839f78ee0ff156403d745ed554e # x.x.x
uses: stackabletech/actions/publish-index-manifest@ab97c67d79a79d9c6b0dc81b5dbe2fc5fd216a5a # v0.0.4
with:
image-registry-uri: oci.stackable.tech
image-registry-username: robot$stackable+github-action-build
Expand Down

0 comments on commit 4d31501

Please sign in to comment.