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.
1 parent 6d546bb commit 14bf191Copy full SHA for 14bf191
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
33
34
- name: Log in to the Container registry
35
- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
+ uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
36
with:
37
registry: ${{ env.REGISTRY }}
38
username: ${{ github.actor }}
0 commit comments