Merge pull request #11 from NotJansel/renovate/docker-login-action-3.x

Update docker/login-action action to v3
This commit is contained in:
Jannik Reimers 2024-11-28 04:07:11 +01:00 committed by GitHub
commit 1a22b39430
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ jobs:
run: "./gradlew build"
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io