Commit 04d602f4 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

less cache

parent b51b9921
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -41,8 +41,6 @@ buildkit:
        --frontend dockerfile.v0 \
        --local context=${CUSTOM_BUILDPATH} \
        --local dockerfile=${CUSTOM_DOCKERFILE} \
        --import-cache type=registry,name="${IMAGE_PATH}:${CUSTOM_TAGPREFIX}-${CI_COMMIT_SHORT_SHA}" \
        --import-cache type=registry,name="${IMAGE_PATH}:latest" \
        --import-cache type=local,src=.cache-${CACHE_DIR_SUFFIX} \
        --export-cache type=local,dest=.cache-${CACHE_DIR_SUFFIX} \
        --output type=image,name="${IMAGE_PATH}:${CUSTOM_TAGPREFIX}-${CI_COMMIT_SHORT_SHA}",push=true