Skip to content

Commit f0658ec

Browse files
Update docker-image.yml
1 parent 7fd5e40 commit f0658ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Login to Docker Hub
2626
uses: docker/login-action@v3
2727
with:
28-
username: ${{ secrets.DOCKERHUB_USERNAME }}
29-
password: ${{ secrets.DOCKERHUB_TOKEN }}
28+
username: ${{ secrets.DOCKER_USERNAME }}
29+
password: ${{ secrets.DOCKER_TOKEN }}
3030
- name: Build and push
3131
uses: docker/build-push-action@v5
3232
with:

0 commit comments

Comments
 (0)