From 2d35de7b120b14951fed94c5f2f103fbc50a35bc Mon Sep 17 00:00:00 2001 From: Charon Date: Mon, 23 Feb 2026 13:47:13 +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 db201d1..c7b7885 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