From 53de78b0fcedf6e9d7ce2f4e6b4de737c60d9fc1 Mon Sep 17 00:00:00 2001 From: Pablo Zmdl Date: Fri, 6 Jun 2025 17:45:35 +0200 Subject: [PATCH] Another typo in build-1.5.yml --- .github/workflows/build-1.5.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-1.5.yml b/.github/workflows/build-1.5.yml index 806d076..10ca75d 100644 --- a/.github/workflows/build-1.5.yml +++ b/.github/workflows/build-1.5.yml @@ -30,8 +30,8 @@ jobs: test-files: 'apache-postgres' docker-tag: roundcube/roundcubemail:1.5.x-apache,roundcube/roundcubemail:1.5.10-apache,roundcube/roundcubemail:latest-apache,roundcube/roundcubemail:latest test-tag: roundcube/roundcubemail:latest-apache - - variant: 'fpm' - test-files: 'fpm-postgres-1.5.x' + - variant: 'fpm-1.5.x' + test-files: 'fpm-postgres' docker-tag: roundcube/roundcubemail:1.5.x-fpm,roundcube/roundcubemail:1.5.10-fpm,roundcube/roundcubemail:latest-fpm test-tag: roundcube/roundcubemail:latest-fpm - variant: 'fpm-alpine-1.5.x'