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 bf5c9f2 commit c6336f6Copy full SHA for c6336f6
.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