Minify builds

This commit is contained in:
Tobias Manske 2022-01-12 17:12:54 +01:00
parent 837edcac6e
commit 8b558c0001
Signed by: tobias
GPG Key ID: D5914DC71F2F9352
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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'
}
}