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 2d03cee + 24068b9 commit 6b92f2bCopy full SHA for 6b92f2b
.github/workflows/release.yml
@@ -73,14 +73,14 @@ jobs:
73
74
- name: 🔒 Login to DockerHub Container Registry
75
if: github.event_name != 'pull_request'
76
- uses: docker/login-action@v3 # https://github.com/docker/login-action
+ uses: docker/login-action@v4 # https://github.com/docker/login-action
77
with:
78
username: ${{ github.actor }}
79
password: ${{ secrets.DOCKERHUB_TOKEN }}
80
81
- name: 🔒 Login to Github Container Registry (GHCR)
82
83
84
85
registry: ghcr.io
86
0 commit comments