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 9a3de9c commit d922437Copy full SHA for d922437
.github/workflows/docker-build.yaml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- name: Login to GitHub container registry
23
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
24
with:
25
registry: ${{ env.REGISTRY }}
26
username: ${{ github.actor }}
0 commit comments