We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f27cead + 4d81b99 commit 12981c9Copy full SHA for 12981c9
1 file changed
.github/workflows/build-and-push-docker-image.yml
@@ -61,7 +61,7 @@ jobs:
61
uses: docker/setup-buildx-action@v3
62
63
- name: Log in to the Container registry
64
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
65
with:
66
registry: ghcr.io
67
username: ${{ github.actor }}
0 commit comments