Skip to content

Commit df2a370

Browse files
committed
Disable unix-timestamp format
Signed-off-by: Federico Busetti <[email protected]>
1 parent d123089 commit df2a370

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab_ci/_templates.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ variables:
5252
services:
5353
- docker:24.0.2-dind
5454
script:
55-
- desired_format="%s"
56-
- export UNIX_TIMESTAMP=$(date -d "$CI_COMMIT_TIMESTAMP" + "$desired_format")
57-
- echo "Unix timestamp - $UNIX_TIMESTAMP"
55+
# - desired_format="%s"
56+
# - export UNIX_TIMESTAMP=$(date -d "$CI_COMMIT_TIMESTAMP" + "$desired_format")
57+
# - echo "Unix timestamp - $UNIX_TIMESTAMP"
5858
- docker buildx imagetools create \
5959
--annotation "index:org.opencontainers.image.version=$CI_COMMIT_SHORT_SHA" \
6060
--annotation "index:org.opencontainers.image.revision=$CI_COMMIT_SHA" \
6161
--annotation "index:org.opencontainers.image.source=$CI_PROJECT_URL" \
6262
--annotation "index:org.opencontainers.image.created=$CI_JOB_STARTED_AT" \
63-
--tag $DOCKER_IMAGE_NAME:$PROMOTED_ENVIRONMENT-$UNIX_TIMESTAMP \
63+
--tag $DOCKER_IMAGE_NAME:$PROMOTED_ENVIRONMENT-$CI_COMMIT_TIMESTAMP \
6464
- $DOCKER_IMAGE_FULL_TAG
6565

6666
.python-typing:

0 commit comments

Comments
 (0)