Skip to content

Commit

Permalink
fix: correct base image ref in tag workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rcwbr committed Oct 30, 2024
1 parent a7f2191 commit 2aabff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conventional-changelog/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
target "default" {
contexts = {
base = (
"${GITHUB_REF_PROTECTED}" == "true"
("${GITHUB_REF_PROTECTED}" == "true" || "${GITHUB_REF_TYPE}" == "tag" )
? "docker-image://${REGISTRY}release-it-docker:${VERSION}"
: "docker-image://${REGISTRY}release-it-docker:${VERSION}-${GITHUB_SHA}"
)
Expand Down

0 comments on commit 2aabff1

Please sign in to comment.