We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9b998 commit fd8ade6Copy full SHA for fd8ade6
.github/workflows/goreleaser.yaml
@@ -29,7 +29,7 @@ jobs:
29
# Login against a Docker registry except on PR
30
# https://github.com/docker/login-action
31
- name: Log into registry ${{ env.REGISTRY }}
32
- uses: docker/login-action@83a00bc1ab5ded6580f31df1c49e6aaa932d840d
+ uses: docker/login-action@7840e6ddd4a9223910798f6a315544257fccd96e
33
with:
34
registry: ghcr.io
35
username: ${{ github.actor }}
0 commit comments