We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ddf05 commit f13a0d3Copy full SHA for f13a0d3
1 file changed
.github/workflows/php.yaml
@@ -82,5 +82,5 @@ jobs:
82
PHP_VERSION=${{ matrix.php.version }}
83
START_RUNTIME=${{ matrix.runtime.start }}
84
tags: |
85
- ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:php${{ matrix.php_version }}-${{ matrix.runtime.start }}
+ ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:php${{ matrix.php.version }}-${{ matrix.runtime.start }}
86
0 commit comments