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 8cf46bd commit 13ffd18Copy full SHA for 13ffd18
.gitlab_ci/_templates.yml
@@ -52,7 +52,7 @@ variables:
52
services:
53
- docker:24.0.2-dind
54
script:
55
- - desired_format="%s" # This format will output the Unix timestamp
+ - desired_format="%s"
56
- export UNIX_TIMESTAMP=$(date -d "$CI_COMMIT_TIMESTAMP" +"$desired_format")
57
- echo "Unix timestamp: $UNIX_TIMESTAMP"
58
- docker buildx imagetools create \
0 commit comments