Skip to content

Commit

Permalink
Merge pull request #11233 from montaguethomas/patch-1
Browse files Browse the repository at this point in the history
Use commit hash for image tag
  • Loading branch information
yuumasato authored Dec 5, 2023
2 parents 10e295a + af429e2 commit 13bbd54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/k8s-content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
uses: metal-toolbox/container-push/.github/workflows/container-push.yml@main
with:
name: k8scontent
tag: latest
tag: ${GITHUB_SHA}
latest: true
registry_org: complianceascode
dockerfile_path: ./Dockerfiles/ocp4_content
licenses: BSD
Expand Down

0 comments on commit 13bbd54

Please sign in to comment.