Fix apache-nonroot test
authorPablo Zmdl <redacted>
Thu, 12 Jun 2025 08:09:37 +0000 (10:09 +0200)
committerPablo Zmdl <redacted>
Thu, 12 Jun 2025 08:09:37 +0000 (10:09 +0200)
The http-port got lost somewhere.

.github/workflows/build.yml

index c685ad88b150b7aab3cc9209e22338669b19a13d..d5d98aee46752cd81a31b6a482b4251c89b44cf1 100644 (file)
@@ -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, ' ') }};
git clone https://git.99rst.org/PROJECT