We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4776af9 commit 949825eCopy full SHA for 949825e
.github/workflows/release_action.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Docker Login
41
uses: docker/login-action@v1
42
with:
43
- registry: ghcr.io
+ registry: docker.io
44
username: ${{ secrets.DOCKER_USER }}
45
password: ${{ secrets.DOCKER_PASS }}
46
0 commit comments