File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 push : ${{ github.ref == 'refs/heads/master' }}
2727 trivy-ignore-files : ${{ matrix.release.trivy-ignore }}
2828 docker-extra-tags : ${{ matrix.release.extra-tags }}
29+ smoke-test-port : " 8080"
30+ smoke-test-url : " http://localhost:8080/status.php"
31+ smoke-test-env : |
32+ OWNCLOUD_DOMAIN=localhost:8080
33+ OWNCLOUD_DB_TYPE=sqlite3
34+ smoke-test-version-jq : ${{ matrix.release.smoke-version-jq }}
2935 secrets :
3036 docker-hub-password : ${{ secrets.DOCKERHUB_TOKEN }}
3137
@@ -40,20 +46,24 @@ jobs:
4046 10.16
4147 10
4248 latest
49+ smoke-version-jq : " .versionstring"
4350 - version : 10.16.1
4451 tarball : https://download.owncloud.com/server/stable/owncloud-complete-20260218.tar.bz2
4552 base : v22.04
4653 trivy-ignore : v22.04/10.16.1/.trivyignore
54+ smoke-version-jq : " .versionstring"
4755 - version : 10.15.3
4856 tarball : https://download.owncloud.com/server/stable/owncloud-complete-20250703.tar.bz2
4957 base : v22.04
5058 trivy-ignore : v22.04/10.15.3/.trivyignore
5159 extra-tags : |
5260 10.15
61+ smoke-version-jq : " .versionstring"
5362 - version : 11.0.0-prealpha
5463 tarball : https://download.owncloud.com/server/daily/owncloud-daily-master.tar.bz2
5564 base : v24.04
5665 trivy-ignore : v24.04/11.0.0-prealpha/.trivyignore
66+ smoke-version-jq : " "
5767
5868 update-docker-hub-description :
5969 needs : build
You can’t perform that action at this time.
0 commit comments