We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13398b commit a090462Copy full SHA for a090462
1 file changed
.github/workflows/release.yaml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
go-version: 1.25.x
26
- name: Docker Login
27
- uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
+ uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
28
29
registry: ghcr.io
30
username: ${{ github.actor }}
0 commit comments