Skip to content

Commit ec511d0

Browse files
committed
fix(ci/github/agent-container): will --push make the right metadata file?
1 parent 24f6275 commit ec511d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/agent-container.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
esac
8282
export TAGS=$TAGS
8383
export REGISTRY=${REGISTRY@L}
84+
export BUILD_ARGS="--push"
8485
make docker-build-only agent_version=${AGENT_VERSION}
8586
cat metadata.json
8687
echo "digest=$(cat metadata.json | jq -r .\"containerimage.digest\")" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)