File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,19 +19,19 @@ steps:
1919
2020 # Add latest tag if on main branch
2121 if [ "$BRANCH_NAME" == "main" ]; then
22- TAGS="$TAGS -t us-docker.pkg.dev/$PROJECT_ID/nebulous/server:latest"
22+ TAGS="$$ TAGS -t us-docker.pkg.dev/$PROJECT_ID/nebulous/server:latest"
2323 fi
2424
2525 # Add version tag if TAG_NAME exists
2626 if [ -n "$TAG_NAME" ]; then
2727 echo "Detected tag: $TAG_NAME. Adding version tag."
28- TAGS="$TAGS -t us-docker.pkg.dev/$PROJECT_ID/nebulous/server:$TAG_NAME"
28+ TAGS="$$ TAGS -t us-docker.pkg.dev/$PROJECT_ID/nebulous/server:$TAG_NAME"
2929 fi
3030
3131 # Build and push all tags in one operation
3232 docker buildx build \
3333 --platform linux/amd64 \
34- $TAGS \
34+ $$ TAGS \
3535 --push \
3636 .
3737
@@ -40,4 +40,4 @@ timeout: "1800s"
4040options :
4141 machineType : " E2_HIGHCPU_32"
4242 env :
43- - DOCKER_BUILDKIT=1
43+ - DOCKER_BUILDKIT=1
You can’t perform that action at this time.
0 commit comments