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