Skip to content

Commit 862ea82

Browse files
candrewscrazy-max
andauthored
ci: generate annotations on PR, not just push
Co-authored-by: CrazyMax <[email protected]> Signed-off-by: Craig Andrews <[email protected]>
1 parent ad98d93 commit 862ea82

File tree

1 file changed

+1
-1
lines changed
  • frontend/dockerfile/cmd/dockerfile-frontend/hack

1 file changed

+1
-1
lines changed

frontend/dockerfile/cmd/dockerfile-frontend/hack/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ case $TYP in
118118
fi
119119
buildTags=$(cat $tagf)
120120
outputFlag="${outputFlag},\"name=$publishedNames\""
121-
if [ "$PUSH" = "push" ] && [ "$GITHUB_ACTIONS" = "true" ]; then
121+
if [ "$GITHUB_ACTIONS" = "true" ]; then
122122
outputFlag="${outputFlag},annotation.org.opencontainers.image.version=$TAG"
123123
fi
124124

0 commit comments

Comments
 (0)