ci: use utc
This commit is contained in:
parent
829391758a
commit
dd06d4d1cb
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ steps:
|
||||||
--label org.opencontainers.image.url=$CI_REPO_URL \
|
--label org.opencontainers.image.url=$CI_REPO_URL \
|
||||||
--label org.opencontainers.image.source=$CI_REPO_URL \
|
--label org.opencontainers.image.source=$CI_REPO_URL \
|
||||||
--label org.opencontainers.image.revision=$CI_COMMIT_SHA \
|
--label org.opencontainers.image.revision=$CI_COMMIT_SHA \
|
||||||
--label org.opencontainers.image.created=$(date -Iseconds) \
|
--label org.opencontainers.image.created=$(date -u -Iseconds) \
|
||||||
--file Dockerfile .
|
--file Dockerfile .
|
||||||
- docker push --all-tags registry.mgrote.net/httpd
|
- docker push --all-tags registry.mgrote.net/httpd
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue