Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/dockerfile/cmd/dockerfile-frontend/hack/release
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if [[ "$RELEASE" = "true" ]] && [[ "$GITHUB_ACTIONS" = "true" ]]; then
nocacheFilterFlag="--no-cache-filter=base"
fi

outputFlag="type=image,$pushFlag"
outputFlag="type=image,$pushFlag,oci-artifact=true"
if [ "$GITHUB_ACTIONS" = "true" ]; then
outputFlag="${outputFlag},\"annotation.org.opencontainers.image.title=Dockerfile Frontend\""
if [ -n "$GITHUB_SHA" ]; then
Expand Down
2 changes: 2 additions & 0 deletions hack/images
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ fi
if [ -n "$localmode" ]; then
outputFlag="--output=type=docker"
attestFlags=""
else
outputFlag="${outputFlag},oci-artifact=true"
fi

if [ -z "$localmode" ] && [ "$GITHUB_ACTIONS" = "true" ]; then
Expand Down