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 9c4d022 commit 3a5aa37Copy full SHA for 3a5aa37
.github/workflows/release.yaml
@@ -26,7 +26,7 @@ jobs:
26
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
27
28
- name: Log in to the Container registry
29
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
30
with:
31
registry: ${{ env.REGISTRY }}
32
username: ${{ github.actor }}
0 commit comments