Skip to content

Commit 30ce13e

Browse files
committed
Corrected build args
1 parent fc45c87 commit 30ce13e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
${{ secrets.DOCKERHUB_USERNAME }}/extforge-phpdebug:php-${{ env.TAG }}
3434
${{ secrets.DOCKERHUB_USERNAME }}/extforge-phpdebug:latest
3535
build-args: |
36-
PHP_VERSION=${{ env.TAG }}
36+
PHP_VERSION=PHP-${{ env.TAG }}

0 commit comments

Comments
 (0)