We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9949ec4 commit 99d7391Copy full SHA for 99d7391
1 file changed
.github/workflows/container.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: docker/setup-buildx-action@v4
38
39
- name: Log in to the Container registry
40
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
41
with:
42
registry: ${{ env.REGISTRY }}
43
username: ${{ github.actor }}
0 commit comments