Skip to content

Commit 23fd87c

Browse files
authored
Update docker-publish.yml
1 parent f9b8177 commit 23fd87c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Login to Docker Hub
2020
uses: docker/login-action@v2
2121
with:
22-
username: meysam.savameri@gmail.com # Your Docker Hub username
23-
password: ${{ secrets.DOCKERHUB_TOKEN }} # Your Docker Hub token stored as a secret
22+
username: ${{ secrets.DOCKERHUB_USERNAME }} # Your Docker Hub username
23+
password: ${{ secrets.DOCKERHUB_PASSWORD }} # Your Docker Hub token stored as a secret
2424

2525
- name: Build and push Docker image
2626
uses: docker/build-push-action@v4

0 commit comments

Comments
 (0)