Update docker/login-action action to v3

This commit is contained in:
renovate[bot]
2023-09-12 10:13:06 +00:00
committed by GitHub
parent 90fc864be4
commit 076216e089

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