diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb87d73..2d1cb20 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,8 +47,6 @@ build: echo "Building/Pushing to: ${CI_REGISTRY_IMAGE}:${IMAGE_TAG}"; - >- buildah build \ - --layers --cache-from "${CI_REGISTRY_IMAGE}" \ - --cache-to "${CI_REGISTRY_IMAGE}" --cache-ttl=128h \ --label "org.opencontainers.image.source=${CI_PROJECT_URL}" \ --label "org.opencontainers.image.revision=$CI_COMMIT_SHA" \ --label "org.opencontainers.image.created=$CI_JOB_STARTED_AT" \