From: Pablo Zmdl Date: Thu, 12 Jun 2025 08:09:37 +0000 (+0200) Subject: Fix apache-nonroot test X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=fe17a84f739eb1f9da1612122223b3b6b9bb350e;p=roundcube-roundcubemail-docker.git Fix apache-nonroot test The http-port got lost somewhere. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c685ad8..d5d98ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,6 +45,7 @@ jobs: roundcube/roundcubemail:latest-nonroot test-tag: roundcube/roundcubemail:latest-apache test-tag-nonroot: roundcube/roundcubemail:latest-apache-nonroot + http-port-nonroot: '8000' - variant: 'fpm' test-files: 'fpm-postgres' docker-tag: | @@ -108,7 +109,7 @@ jobs: - name: Test rootful image for "${{ matrix.variant }}" env: ROUNDCUBEMAIL_TEST_IMAGE: ${{ matrix.test-tag }} - HTTP_PORT: ${{ matrix.http-port-nonroot || '80' }} + HTTP_PORT: '80' run: | set -exu; for testFile in ${{ join(matrix.test-files, ' ') }};