Changed build container image
This commit is contained in:
parent
43a6e7c67b
commit
31abd5b217
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -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
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user