File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,13 @@ variables:
65
65
# Transform in unix timestamp
66
66
- export UNIX_TIMESTAMP=$(date -d "$CLEAN_DATETIME" -D "%Y-%m-%dT%H:%M:%S" +%s)
67
67
- echo "Unix timestamp - $UNIX_TIMESTAMP"
68
- - echo "Tagging $DOCKER_IMAGE_NAME:$PROMOTED_ENVIRONMENT-$UNIX_TIMESTAMP from $DOCKER_IMAGE_FULL_TAG"
68
+ - echo "Tagging $CI_REGISTRY_IMAGE/$ DOCKER_IMAGE_NAME:$PROMOTED_ENVIRONMENT-$UNIX_TIMESTAMP from $DOCKER_IMAGE_FULL_TAG"
69
69
- docker buildx imagetools create
70
70
--annotation index:org.opencontainers.image.version=$CI_COMMIT_SHORT_SHA
71
71
--annotation index:org.opencontainers.image.revision=$CI_COMMIT_SHA
72
72
--annotation index:org.opencontainers.image.source=$CI_PROJECT_URL
73
73
--annotation index:org.opencontainers.image.created=$CI_JOB_STARTED_AT
74
- --tag $DOCKER_IMAGE_NAME:$PROMOTED_ENVIRONMENT-$UNIX_TIMESTAMP
74
+ --tag $CI_REGISTRY_IMAGE/$ DOCKER_IMAGE_NAME:$PROMOTED_ENVIRONMENT-$UNIX_TIMESTAMP
75
75
$DOCKER_IMAGE_FULL_TAG
76
76
77
77
.python-typing :
You can’t perform that action at this time.
0 commit comments