chore: upgrade docker/login-action to v4 in CI workflow
CI/CD Pipeline / Lint & Check (push) Successful in 9s
CI/CD Pipeline / Build & Push Docker Image (push) Failing after 37s

This commit is contained in:
2026-05-09 02:07:51 +02:00
parent 159a4c8073
commit 566dcff535
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v4
- name: Log in to the Container registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}