We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0f074 commit ea758caCopy full SHA for ea758ca
.github/workflows/build.yml
@@ -35,6 +35,6 @@ jobs:
35
tag: php${{ matrix.php }}
36
registry: docker.io
37
dockerfile: Dockerfile
38
- buildArgs: PHP_VERSION=${{ matrix.php }}-cli
+ buildArgs: PHP_VERSION=${{ matrix.php }}
39
username: ${{ secrets.DOCKER_USERNAME }}
40
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments