We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7bd3bc commit 74a7f51Copy full SHA for 74a7f51
1 file changed
.github/workflows/docker.yml
@@ -31,14 +31,14 @@ jobs:
31
images: ${{ env.dockerhub-package }},ghcr.io/${{ github.repository }}
32
33
- name: Login to GitHub Container Registry
34
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
35
with:
36
registry: ghcr.io
37
username: ${{ github.actor }}
38
password: ${{ secrets.GITHUB_TOKEN }}
39
40
- name: Login to DockerHub
41
42
43
username: ${{ secrets.DOCKERHUB_USERNAME }}
44
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments