Skip to content

Commit 700f9db

Browse files
committed
5th
1 parent 7835b14 commit 700f9db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker-publish-on-comment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212

1313
env:
1414
DOCKERHUB_USERNAME: ${{ vars.DOCKERHUB_USERNAME }}
15-
IMAGE_NAME: ${{ vars.DOCKERHUB_USERNAME }}
16-
REGISTRY: ${{ vars.DOCKERHUB_USERNAME }}
15+
IMAGE_NAME: ${{ vars.IMAGE_NAME }}
16+
REGISTRY: ${{ vars.REGISTRY }}
1717

1818
jobs:
1919
build:

.github/workflows/docker-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ on:
1717

1818
env:
1919
DOCKERHUB_USERNAME: ${{ vars.DOCKERHUB_USERNAME }}
20-
IMAGE_NAME: ${{ vars.DOCKERHUB_USERNAME }}
21-
REGISTRY: ${{ vars.DOCKERHUB_USERNAME }}
20+
IMAGE_NAME: ${{ vars.IMAGE_NAME }}
21+
REGISTRY: ${{ vars.REGISTRY }}
2222

2323
jobs:
2424
build:

0 commit comments

Comments
 (0)