We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905b3b5 commit 4de8bf8Copy full SHA for 4de8bf8
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
if: steps.docker-build.outputs.skipped != 'true'
35
# docker.io
36
- name: Login to docker.io
37
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
38
with:
39
registry: docker.io
40
username: ${{ secrets.DOCKERHUB_USERNAME }}
@@ -45,7 +45,7 @@ jobs:
45
46
# ghcr.io
47
- name: Login to GitHub Container Registry
48
49
50
registry: ghcr.io
51
username: ${{ github.repository_owner }}
0 commit comments