We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb65106 + 7777b08 commit ec94c9bCopy full SHA for ec94c9b
1 file changed
.github/workflows/pr-deploy-container-image.yml
@@ -26,7 +26,7 @@ jobs:
26
run: git rev-parse HEAD > commit
27
28
- name: Log in to the container registry
29
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
30
with:
31
registry: ghcr.io
32
username: ${{ github.actor }}
0 commit comments