Update docker/login-action action to v2

This commit is contained in:
renovate[bot]
2023-03-12 06:51:27 +00:00
committed by GitHub
parent a525a777ae
commit 3681cda2fd

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1 uses: docker/setup-buildx-action@v1
- name: Login to GHCR - name: Login to GHCR
uses: docker/login-action@v1 uses: docker/login-action@v2
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
with: with:
registry: ghcr.io registry: ghcr.io