We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f2c2e commit 08edaf9Copy full SHA for 08edaf9
.gitlab_ci/_templates.yml
@@ -61,8 +61,8 @@ variables:
61
--annotation "index:org.opencontainers.image.revision=$CI_COMMIT_SHA"
62
--annotation "index:org.opencontainers.image.source=$CI_PROJECT_URL"
63
--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
+ --tag "$DOCKER_IMAGE_NAME:$PROMOTED_ENVIRONMENT-$CI_COMMIT_TIMESTAMP"
+ "$DOCKER_IMAGE_FULL_TAG"
66
67
.python-typing:
68
image: $DOCKER_IMAGE_FULL_TAG
0 commit comments