diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54b6507af0da2996cae7b10faaa1dacf788be990..8e29fd18c60a9f414add20b0d8c6b473e5c0884e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,6 @@ variables: --dockerfile "${CI_PROJECT_DIR}/Dockerfile" --destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHORT_SHA}-${ANSIBLE_VERSION}" --label org.opencontainers.image.authors="$LABEL_AUTHORS" - --label org.opencontainers.image.created="$(date -u -Iseconds)" --label org.opencontainers.image.revision="$CI_COMMIT_SHA" --label org.opencontainers.image.source="$CI_PROJECT_URL" --build-arg ALPINE_VERSION="$ALPINE_VERSION"