We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2749253 commit ad98d93Copy full SHA for ad98d93
frontend/dockerfile/cmd/dockerfile-frontend/hack/release
@@ -76,7 +76,7 @@ if [[ "$RELEASE" = "true" ]] && [[ "$GITHUB_ACTIONS" = "true" ]]; then
76
fi
77
78
outputFlag="type=image,$pushFlag"
79
-if [ "$PUSH" = "push" ] && [ "$GITHUB_ACTIONS" = "true" ]; then
+if [ "$GITHUB_ACTIONS" = "true" ]; then
80
outputFlag="${outputFlag},\"annotation.org.opencontainers.image.title=Dockerfile Frontend\""
81
if [ -n "$GITHUB_SHA" ]; then
82
outputFlag="${outputFlag},annotation.org.opencontainers.image.revision=$GITHUB_SHA"
0 commit comments