Update docker/login-action action to v3

This commit is contained in:
renovate[bot]
2023-09-12 09:07:43 +00:00
committed by GitHub
parent 088ec1ea4f
commit 494c982a0b

View File

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