We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f59d1 commit e89a777Copy full SHA for e89a777
1 file changed
.github/workflows/release.yml
@@ -79,7 +79,7 @@ jobs:
79
steps:
80
- uses: actions/checkout@v6.0.2
81
- name: Log in to the GitHub container registry
82
- uses: docker/login-action@v3.7.0
+ uses: docker/login-action@v4.0.0
83
with:
84
registry: ghcr.io
85
username: ${{ github.repository_owner }}
0 commit comments