We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a32565d + f2365d9 commit bb9722dCopy full SHA for bb9722d
.github/workflows/docker.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: docker/setup-buildx-action@v3 # needed for GitHub Actions Cache in build-push-action
42
43
- name: Log in to the Container registry
44
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
45
with:
46
registry: ${{ env.REGISTRY }}
47
username: ${{ github.actor }}
0 commit comments