Changed build container image

This commit is contained in:
Marcin-Ramotowski 2025-06-08 12:19:09 +00:00
parent 43a6e7c67b
commit 31abd5b217

6
Jenkinsfile vendored
View File

@ -39,9 +39,9 @@ pipeline {
--frontend dockerfile.v0 \ --frontend dockerfile.v0 \
--local context=. \ --local context=. \
--local dockerfile=. \ --local dockerfile=. \
--output type=image,name=${DOCKER_IMAGE},push=true \ --exporter docker \
--export-cache type=registry,ref=${DOCKER_IMAGE}-cache,mode=max \ --exporter-opt name=${DOCKER_IMAGE} \
--import-cache type=registry,ref=${DOCKER_IMAGE}-cache --progress plain
''' '''
} }
} }