Update docker/login-action action to v4
Some checks failed
Build / build (pull_request) Failing after 18s
Lint / lint (push) Failing after 6s

This commit is contained in:
2026-03-04 12:06:46 +00:00
parent 28ba9ae8e5
commit 51affe03a7

View File

@@ -18,7 +18,7 @@ jobs:
- name: Login to Container Registry
if: ${{ gitea.event_name != 'pull_request' }}
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: docker.valverde.cloud
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}