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 \
--local context=. \
--local dockerfile=. \
--output type=image,name=${DOCKER_IMAGE},push=true \
--export-cache type=registry,ref=${DOCKER_IMAGE}-cache,mode=max \
--import-cache type=registry,ref=${DOCKER_IMAGE}-cache
--exporter docker \
--exporter-opt name=${DOCKER_IMAGE} \
--progress plain
'''
}
}