Skip to content

Commit 255ba60

Browse files
committed
Separate repo org and owner username
1 parent ac11919 commit 255ba60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-xdebug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
build-args:
4040
XDEBUG_ENABLED=true
4141
tags:
42-
${{ secrets.DOCKER_HUB_USERNAME }}/php81-grpc:${{ steps.previoustag.outputs.tag }}-xdebug
42+
${{ secrets.DOCKER_HUB_ORG }}/php81-grpc:${{ steps.previoustag.outputs.tag }}-xdebug

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
file: ./Dockerfile
3838
push: true
3939
tags:
40-
${{ secrets.DOCKER_HUB_USERNAME }}/php81-grpc:latest, ${{ secrets.DOCKER_HUB_USERNAME }}/php81-grpc:${{ steps.previoustag.outputs.tag }}
40+
${{ secrets.DOCKER_HUB_ORG }}/php81-grpc:latest, ${{ secrets.DOCKER_HUB_ORG }}/php81-grpc:${{ steps.previoustag.outputs.tag }}

0 commit comments

Comments
 (0)