From ef20b8f2ab79a3493c95bf987cf336c31d981cfc Mon Sep 17 00:00:00 2001 From: Charon Date: Mon, 23 Feb 2026 13:47:06 +0000 Subject: [PATCH] fix(ci): correct container image expression --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 9b9bc2d..4325f2c 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: name: PHP ${{ matrix.php }} runs-on: ubuntu-latest container: - image: lthn/build:php-\${{ matrix.php }} + image: lthn/build:php-${{ matrix.php }} strategy: fail-fast: true