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 9c697a1 commit bc23306Copy full SHA for bc23306
.github/workflows/build.yml
@@ -110,7 +110,7 @@ jobs:
110
uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2.10.0
111
112
- name: Log in to the Container registry
113
- uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
+ uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
114
with:
115
registry: ${{ env.REGISTRY }}
116
username: ${{ github.actor }}
0 commit comments