Skip to content

Commit c42c5fe

Browse files
author
Roxanne Farhad
committed
testing the fix
1 parent bbefa53 commit c42c5fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-push-tutorial-agent.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ jobs:
198198
BUILD_ARGS="--manifest ${{ matrix.agent_path }}/manifest.yaml --registry ${REGISTRY} --tag ${VERSION_TAG} --platforms linux/amd64 --repository-name ${REPOSITORY_NAME}"
199199
200200
if [ "$SHOULD_PUSH" = "true" ]; then
201-
agentex agents build $BUILD_ARGS --push
201+
agentex agents build "$BUILD_ARGS" --push
202202
echo "✅ Successfully built and pushed: ${REGISTRY}/${REPOSITORY_NAME}:${VERSION_TAG}"
203203
else
204-
agentex agents build $BUILD_ARGS
204+
agentex agents build "$BUILD_ARGS"
205205
echo "✅ Build validation successful for: ${{ matrix.agent_path }}"
206206
fi

0 commit comments

Comments
 (0)