We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5fedf commit 7e62a2fCopy full SHA for 7e62a2f
.github/workflows/linter.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Docker login
29
uses: docker/login-action@v1
30
with:
31
- registry: ghcr.io
+ registry: docker.pkg.github.com
32
username: ${{ github.actor }}
33
password: ${{ secrets.GITHUB_TOKEN }}
34
- name: Run image
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
70
71
0 commit comments