Skip to content
Snippets Groups Projects
Commit 01352db0 authored by Simon McVittie's avatar Simon McVittie
Browse files

ci: Bypass Docker cache

parent 536ccfdf
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ pipeline {
script {
docker.withRegistry("https://${env.CI_DOCKER_REGISTRY}", dockerRegistryCred) {
docker.build("${env.CI_DOCKER_REGISTRY}/pressure-vessel", '-f src/ci/Dockerfile src/ci').inside("${env.CI_DOCKER_OPTIONS}") {
docker.build("${env.CI_DOCKER_REGISTRY}/pressure-vessel", '--no-cache --pull -f src/ci/Dockerfile src/ci').inside("${env.CI_DOCKER_OPTIONS}") {
sh '''
set -eu
cd src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment