chore(deps): update docker/login-action action to v3

This commit is contained in:
renovate[bot]
2023-09-12 08:13:37 +00:00
committed by GitHub
parent a0cfcb7c18
commit faccf547ba

View File

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