Regen jenkinsfile

This commit is contained in:
TheSpad 2022-09-16 19:25:40 +01:00
parent 0d0f3154f7
commit 4b3281fa48
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
2 changed files with 2 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -708,7 +708,7 @@ pipeline {
-e DO_REGION="ams3" \ -e DO_REGION="ams3" \
-e DO_BUCKET="lsio-ci" \ -e DO_BUCKET="lsio-ci" \
-t ghcr.io/linuxserver/ci:latest \ -t ghcr.io/linuxserver/ci:latest \
python /ci/ci.py''' python3 test_build.py'''
} }
} }
} }

View File

@ -267,4 +267,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **16.09.22:** - Migrate to s6v3.
* **20.04.21:** - Initial release. * **20.04.21:** - Initial release.