Regen jenkinsfile

This commit is contained in:
TheSpad 2022-09-16 19:24:05 +01:00
parent 5c7b490c0d
commit 90cb211bf1
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

@ -710,7 +710,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'''
}
}
}

View File

@ -286,5 +286,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **16.09.22:** - Migrate to s6v3.
* **09.03.22:** - Update seccomp explanation.
* **07.03.22:** - Initial release.