From 32669e4d540c546a31a9570d80e3183b443f49df Mon Sep 17 00:00:00 2001 From: Charon Date: Mon, 23 Feb 2026 13:47:08 +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