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