Merge pull request #19 from netbootxyz/renovate/docker-login-action-2.x

Update docker/login-action action to v2
This commit is contained in:
Antony Messerli 2022-05-22 01:49:43 -05:00 committed by GitHub
commit cb241d29fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ jobs:
uses: docker/setup-qemu-action@v2
- name: Login to the GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USER }}