diff --git a/Jenkinsfile b/Jenkinsfile index 0c99d36b..2e91062e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -708,7 +708,7 @@ pipeline { -e DO_REGION="ams3" \ -e DO_BUCKET="lsio-ci" \ -t ghcr.io/linuxserver/ci:latest \ - python /ci/ci.py''' + python3 test_build.py''' } } } diff --git a/README.md b/README.md index 6c0578d1..bb5a2c0e 100644 --- a/README.md +++ b/README.md @@ -267,4 +267,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **16.09.22:** - Migrate to s6v3. * **20.04.21:** - Initial release.