Merge pull request #158 from qemu-tools/renovate/docker-login-action-3.x

chore(deps): update docker/login-action action to v3
This commit is contained in:
Kroese 2023-09-12 10:41:21 +02:00 committed by GitHub
commit 6c6138f986

View file

@ -54,13 +54,13 @@ jobs:
echo "build_date=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
-
name: Login into Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}