diff --git a/Jenkinsfile b/Jenkinsfile index db73c7f..cf59772 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,8 +33,8 @@ pipeline { sh 'docker pull klakegg/hugo:alpine' - sh 'docker run -u 108:116 -v "$PWD:/src" registry.chaoswg.org:5000/alpine-avif-webp:latest' - sh 'docker run -u 108:116 -v "$PWD:/src" klakegg/hugo:alpine' + sh 'docker run --rm -u 108:116 -v "$PWD:/src" registry.chaoswg.org:5000/alpine-avif-webp:latest' + sh 'docker run --rm -u 108:116 -v "$PWD:/src" klakegg/hugo:alpine' } }