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:
67
67
- echo "Unix timestamp - $UNIX_TIMESTAMP"
68
68
- echo "Tagging $DOCKER_IMAGE_NAME:$PROMOTED_ENVIRONMENT-$UNIX_TIMESTAMP from $DOCKER_IMAGE_FULL_TAG"
69
69
- 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
76
76
77
77
.python-typing :
78
78
image : $DOCKER_IMAGE_FULL_TAG
You can’t perform that action at this time.
0 commit comments