Skip to content

Commit 3468747

Browse files
authored
Update docker-image.yml
1 parent a098edb commit 3468747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
- name: login to docker hub
1313
id: docker-hub
1414
env:
15-
username: ${{secrets.DOCKERHUB_USERNAME}}
16-
password: ${{secrets.DOCKERHUB_PASSWORD}}
15+
username: ${{secrets.DOCKER_USERNAME}}
16+
password: ${{secrets.DOCKER_PASSWORD}}
1717
run: |
1818
docker login -u $username -p $password
1919
- name: build the docker image

0 commit comments

Comments
 (0)