From 22f0e49b4b9336d6da4af0ad1b562dd405bac585 Mon Sep 17 00:00:00 2001 From: Charon Date: Mon, 23 Feb 2026 13:47:07 +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 4619f65..2c549e3 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