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 3f45b7a + cbe9ab7 commit 084e62bCopy full SHA for 084e62b
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@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
43
with:
44
registry: ${{ env.REGISTRY }}
45
username: ${{ github.actor }}
0 commit comments