Merge pull request #6 from skoelle/renovate/docker-login-action-4.x

Update docker/login-action action to v4
This commit is contained in:
Stefan Koelle
2026-08-10 16:33:05 +02:00
committed by GitHub
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}