We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5b2a6 commit ec67522Copy full SHA for ec67522
1 file changed
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Log in to Docker Hub
24
uses: docker/login-action@v3
25
with:
26
- registry: https://hub.docker.com
+ # registry: https://hub.docker.com
27
username: ivanpiskunov # ${{ secrets.DOCKERHUB_USERNAME }}
28
password: $lMjW76CP#%94x@t # ${{ secrets.DOCKER_TOKEN }}
29
logout: true
0 commit comments