We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffde249 commit 89cff9dCopy full SHA for 89cff9d
1 file changed
.github/workflows/release.yaml
@@ -109,7 +109,7 @@ jobs:
109
110
- name: Login to GitHub Container Registry
111
if: ${{ env.SKIP != 'true' }}
112
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
113
with:
114
registry: ghcr.io
115
username: ${{ github.actor }}
0 commit comments