We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc45c87 commit 30ce13eCopy full SHA for 30ce13e
1 file changed
.github/workflows/docker-build-push.yml
@@ -33,4 +33,4 @@ jobs:
33
${{ secrets.DOCKERHUB_USERNAME }}/extforge-phpdebug:php-${{ env.TAG }}
34
${{ secrets.DOCKERHUB_USERNAME }}/extforge-phpdebug:latest
35
build-args: |
36
- PHP_VERSION=${{ env.TAG }}
+ PHP_VERSION=PHP-${{ env.TAG }}
0 commit comments