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 13ffd18 commit d123089Copy full SHA for d123089
.gitlab_ci/_templates.yml
@@ -53,8 +53,8 @@ variables:
53
- docker:24.0.2-dind
54
script:
55
- desired_format="%s"
56
- - export UNIX_TIMESTAMP=$(date -d "$CI_COMMIT_TIMESTAMP" +"$desired_format")
57
- - echo "Unix timestamp: $UNIX_TIMESTAMP"
+ - export UNIX_TIMESTAMP=$(date -d "$CI_COMMIT_TIMESTAMP" + "$desired_format")
+ - echo "Unix timestamp - $UNIX_TIMESTAMP"
58
- docker buildx imagetools create \
59
--annotation "index:org.opencontainers.image.version=$CI_COMMIT_SHORT_SHA" \
60
--annotation "index:org.opencontainers.image.revision=$CI_COMMIT_SHA" \
0 commit comments