Update docker/login-action action to v3

This commit is contained in:
renovate[bot]
2023-09-12 09:34:55 +00:00
committed by GitHub
parent 54f56fd2a1
commit 90f6dc4183

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