cleanup containers

This commit is contained in:
Tobias Manske 2021-04-14 21:26:18 +02:00
parent 6b7fd0efe5
commit ffd30c2e37
Signed by: tobias
GPG Key ID: D5914DC71F2F9352
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

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