ci: use utc

This commit is contained in:
Michael Grote 2024-02-07 17:59:06 +01:00
parent 829391758a
commit dd06d4d1cb
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ steps:
--label org.opencontainers.image.url=$CI_REPO_URL \
--label org.opencontainers.image.source=$CI_REPO_URL \
--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 .
- docker push --all-tags registry.mgrote.net/httpd
when: