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