Skip to content

Commit 395ac9d

Browse files
committed
Remove unnecessary quotes
Signed-off-by: Federico Busetti <[email protected]>
1 parent 20b627c commit 395ac9d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.gitlab_ci/_templates.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ variables:
6767
- echo "Unix timestamp - $UNIX_TIMESTAMP"
6868
- echo "Tagging $DOCKER_IMAGE_NAME:$PROMOTED_ENVIRONMENT-$UNIX_TIMESTAMP from $DOCKER_IMAGE_FULL_TAG"
6969
- docker buildx imagetools create
70-
--annotation "index:org.opencontainers.image.version=$CI_COMMIT_SHORT_SHA"
71-
--annotation "index:org.opencontainers.image.revision=$CI_COMMIT_SHA"
72-
--annotation "index:org.opencontainers.image.source=$CI_PROJECT_URL"
73-
--annotation "index:org.opencontainers.image.created=$CI_JOB_STARTED_AT"
74-
--tag "$DOCKER_IMAGE_NAME:$PROMOTED_ENVIRONMENT-$UNIX_TIMESTAMP"
75-
"$DOCKER_IMAGE_FULL_TAG"
70+
--annotation index:org.opencontainers.image.version=$CI_COMMIT_SHORT_SHA
71+
--annotation index:org.opencontainers.image.revision=$CI_COMMIT_SHA
72+
--annotation index:org.opencontainers.image.source=$CI_PROJECT_URL
73+
--annotation index:org.opencontainers.image.created=$CI_JOB_STARTED_AT
74+
--tag $DOCKER_IMAGE_NAME:$PROMOTED_ENVIRONMENT-$UNIX_TIMESTAMP
75+
$DOCKER_IMAGE_FULL_TAG
7676

7777
.python-typing:
7878
image: $DOCKER_IMAGE_FULL_TAG

0 commit comments

Comments
 (0)