Merge remote-tracking branch 'origin/renovate/docker-login-action-3.x' into develop

pull/27/head
Icedream 2023-10-02 21:03:32 +02:00
commit e305e0107b
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Log in to GitHub container registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}