We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc57c8e commit 906b8abCopy full SHA for 906b8ab
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
22
23
- name: Log in to the Container registry
24
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
25
with:
26
registry: ${{ env.REGISTRY }}
27
username: ${{ github.actor }}
0 commit comments