We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0376df2 + 7512693 commit 40778ebCopy full SHA for 40778eb
1 file changed
.github/workflows/goreleaser.yaml
@@ -32,7 +32,7 @@ jobs:
32
steps:
33
- name: Login to GHCR
34
if: inputs.container-registry != ''
35
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
36
with:
37
registry: ${{ inputs.container-registry }}
38
username: ${{ inputs.container-username }}
0 commit comments