File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments