Skip to content

Commit 844cb12

Browse files
committed
workflow: docker-image.yml
1 parent 9c8e236 commit 844cb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Server address of Docker registry. If not set then will default to Docker Hub
3838
registry: ${{ vars.REGISTRY }}
3939
# Username used to log against the Docker registry
40-
username: ${{ secrets.DOCKER_USER }}
40+
username: ${{ vars.DOCKER_USER }}
4141
# Password or personal access token used to log against the Docker registry
4242
password: ${{ secrets.DOCKER_PWD }}
4343

0 commit comments

Comments
 (0)