We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a18ba commit 4d19349Copy full SHA for 4d19349
1 file changed
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v6
24
25
- name: Log in to the Container registry
26
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
27
with:
28
registry: ${{ env.REGISTRY }}
29
username: ${{ github.actor }}
0 commit comments