diff --git a/Jenkinsfile b/Jenkinsfile index b225c80..0443487 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,7 @@ pipeline { sh 'docker pull klakegg/hugo:alpine' sh 'docker run --rm -v "$PWD:/src" registry.chaoswg.org:5000/alpine-avif-webp:latest' - sh 'docker run --rm -v "$PWD:/src" klakegg/hugo:alpine' + sh 'docker run --rm -v "$PWD:/src" klakegg/hugo:alpine --minify' } }