From 4fbe33bdbdb3b6a8826188977e3297f7f3df6e8c Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Tue, 6 Dec 2022 02:20:14 -0500 Subject: [PATCH] Revert "Cache prior build layers for ~5 days" This reverts commit 4c1af406f734afc50a7a0e199af95231a61e8b33. For whatever reason, trying to build this using the community runners always results in an out-of-diskspace error. Signed-off-by: Chris Evich --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) 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" \