From a3655f42257c34c7471ca994a363be2bc23f3041 Mon Sep 17 00:00:00 2001 From: Charon Date: Mon, 23 Feb 2026 13:47:11 +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 9ec2508..6c61dfa 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