We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74ea96 commit fdd41f8Copy full SHA for fdd41f8
.github/workflows/php8-nginx.yml
@@ -65,7 +65,7 @@ jobs:
65
platforms: linux/amd64,linux/arm64
66
push: ${{ github.event_name != 'pull_request' }}
67
build_args: |
68
- php_version=${{ php_version }}
+ php_version=${{ matrix.php_version }}
69
tags: |
70
ghcr.io/${{ env.GH_REPO }}:202402-8.2-nginx
71
${{ steps.meta.outputs.tags }}
0 commit comments