fix(ci): correct container image expression
This commit is contained in:
parent
67dda00ef2
commit
ef20b8f2ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue