Skip to content

Commit 08edaf9

Browse files
committed
Add quotes
Signed-off-by: Federico Busetti <[email protected]>
1 parent 74f2c2e commit 08edaf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab_ci/_templates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ variables:
6161
--annotation "index:org.opencontainers.image.revision=$CI_COMMIT_SHA"
6262
--annotation "index:org.opencontainers.image.source=$CI_PROJECT_URL"
6363
--annotation "index:org.opencontainers.image.created=$CI_JOB_STARTED_AT"
64-
--tag $DOCKER_IMAGE_NAME:$PROMOTED_ENVIRONMENT-$CI_COMMIT_TIMESTAMP
65-
$DOCKER_IMAGE_FULL_TAG
64+
--tag "$DOCKER_IMAGE_NAME:$PROMOTED_ENVIRONMENT-$CI_COMMIT_TIMESTAMP"
65+
"$DOCKER_IMAGE_FULL_TAG"
6666

6767
.python-typing:
6868
image: $DOCKER_IMAGE_FULL_TAG

0 commit comments

Comments
 (0)