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 ac11919 commit 255ba60Copy full SHA for 255ba60
.github/workflows/build-xdebug.yml
@@ -39,4 +39,4 @@ jobs:
39
build-args:
40
XDEBUG_ENABLED=true
41
tags:
42
- ${{ secrets.DOCKER_HUB_USERNAME }}/php81-grpc:${{ steps.previoustag.outputs.tag }}-xdebug
+ ${{ secrets.DOCKER_HUB_ORG }}/php81-grpc:${{ steps.previoustag.outputs.tag }}-xdebug
.github/workflows/build.yml
@@ -37,4 +37,4 @@ jobs:
37
file: ./Dockerfile
38
push: true
- ${{ secrets.DOCKER_HUB_USERNAME }}/php81-grpc:latest, ${{ secrets.DOCKER_HUB_USERNAME }}/php81-grpc:${{ steps.previoustag.outputs.tag }}
+ ${{ secrets.DOCKER_HUB_ORG }}/php81-grpc:latest, ${{ secrets.DOCKER_HUB_ORG }}/php81-grpc:${{ steps.previoustag.outputs.tag }}
0 commit comments