chore(deps): update docker/login-action action to v4 #31

Open
renovate wants to merge 1 commit from renovate/docker-login-action-4.x into main
Showing only changes of commit 2343dd03eb - Show all commits

chore(deps): update docker/login-action action to v4
Some checks failed
Build (and tag) Images / build (push) Failing after 27s

Renovate 2026-03-04 21:37:06 +00:00 committed by Vincent Mahnke
Signed by: ViMaSter
GPG key ID: 6D787326BA7D6469

View file

@ -15,7 +15,7 @@ jobs:
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Login to Container Registry - name: Login to Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: git.hamburg.ccc.de registry: git.hamburg.ccc.de
username: ${{ secrets.REGISTRY_USERNAME }} username: ${{ secrets.REGISTRY_USERNAME }}