Skip to content

Commit 9aac7aa

Browse files
authored
Update main.yml
1 parent c9a7e47 commit 9aac7aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
uses: docker/login-action@v3
2525
with:
2626
# registry: https://hub.docker.com
27-
username: ivanpiskunov # ${{ secrets.DOCKERHUB_USERNAME }}
28-
password: $lMjW76CP#%94x@t # ${{ secrets.DOCKER_TOKEN }}
27+
username: ${{ secrets.DOCKERHUB_USERNAME }}
28+
password: ${{ secrets.DOCKER_TOKEN }}
2929
logout: true
3030

3131
- name: Build and push Docker image

0 commit comments

Comments
 (0)