diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c2e259..3e083f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,8 +63,6 @@ publish: --label org.opencontainers.image.source=${CI_PROJECT_URL} \ --label org.opencontainers.image.revision=${CI_COMMIT_SHA} \ --label org.opencontainers.image.created=$(date -u +%Y-%m-%dT%H:%M:%SZ) \ - --layers \ - --cache-from ${IMAGE_NAME}:latest \ . - buildah push ${IMAGE_NAME}:${CI_COMMIT_SHORT_SHA} - buildah push ${IMAGE_NAME}:${CI_COMMIT_REF_SLUG}