Merge pull request #11 from NotJansel/renovate/docker-login-action-3.x
Update docker/login-action action to v3
This commit is contained in:
commit
1a22b39430
1 changed files with 1 additions and 1 deletions
2
.github/workflows/root.yml
vendored
2
.github/workflows/root.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue