We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12c8336 + 57e50cb commit 12ff344Copy full SHA for 12ff344
1 file changed
.github/workflows/docker.yml
@@ -39,7 +39,7 @@ jobs:
39
# Login against a Docker registry
40
# https://github.com/docker/login-action
41
- name: Log into registry ${{ env.REGISTRY }}
42
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
43
with:
44
registry: ${{ env.REGISTRY }}
45
username: ${{ github.actor }}
0 commit comments