Merge pull request #6 from nikdoof/renovate/docker-login-action-2.x

Update docker/login-action action to v2
This commit is contained in:
2022-06-08 18:44:37 +01:00
committed by GitHub

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