Revert "Cache prior build layers for ~5 days"

This reverts commit 4c1af406f7.  For
whatever reason, trying to build this using the community runners always
results in an out-of-diskspace error.

Signed-off-by: Chris Evich <chris_gitlab@icuc.me>
This commit is contained in:
Chris Evich
2022-12-06 02:20:14 -05:00
parent 4c1af406f7
commit 4fbe33bdbd

View File

@@ -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" \