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.
2 parents 45d8493 + cc0506f commit 8e8b6b8Copy full SHA for 8e8b6b8
.github/workflows/publish.yml
@@ -67,13 +67,13 @@ jobs:
67
uses: actions/checkout@v3
68
69
- name: Login to DockerHub
70
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
71
with:
72
username: ${{ secrets.DOCKER_USERNAME }}
73
password: ${{ secrets.DOCKER_PASSWORD }}
74
75
- name: Login to GitHub Container Registry
76
77
78
registry: ghcr.io
79
username: ${{ github.repository_owner }}
0 commit comments