Loading gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ buildkit: --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}:local" \ --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 Loading Loading
gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ buildkit: --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}:local" \ --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 Loading