We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a7e47 commit 9aac7aaCopy full SHA for 9aac7aa
1 file changed
.github/workflows/main.yml
@@ -24,8 +24,8 @@ jobs:
24
uses: docker/login-action@v3
25
with:
26
# registry: https://hub.docker.com
27
- username: ivanpiskunov # ${{ secrets.DOCKERHUB_USERNAME }}
28
- password: $lMjW76CP#%94x@t # ${{ secrets.DOCKER_TOKEN }}
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
+ password: ${{ secrets.DOCKER_TOKEN }}
29
logout: true
30
31
- name: Build and push Docker image
0 commit comments