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 8b5ae64 commit bf70bbfCopy full SHA for bf70bbf
.gitlab-ci.yml
@@ -42,7 +42,7 @@ containerize:
42
- when: never
43
image: registry.gitlab.com/jitesoft/dockerfiles/misc:latest
44
script:
45
- - docker buildx build --platforms linux/amd64 --push -t ${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG} --build-arg "VERSION=${CI_COMMIT_TAG}" -f cc-gen/Dockerfile .
+ - docker buildx build --platform linux/amd64 --push -t ${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG} --build-arg "BUILD_TIME=$(date -Iseconds)" --build-arg "VERSION=${CI_COMMIT_TAG}" -f cc-gen/Dockerfile .
46
tags:
47
- protected
48
- buildx
0 commit comments