We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9b998 commit 313df69Copy full SHA for 313df69
.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@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
33
with:
34
registry: ghcr.io
35
username: ${{ github.actor }}
0 commit comments