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

This commit is contained in:
renovate[bot]
2024-03-13 18:18:13 +00:00
parent 2ed959b3f7
commit 145f238f6b

View File

@@ -51,7 +51,7 @@ jobs:
uses: docker/setup-buildx-action@v3.1.0 uses: docker/setup-buildx-action@v3.1.0
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@v3.0.0 uses: docker/login-action@v3.1.0
if: ${{ !github.event.pull_request.head.repo.fork }} if: ${{ !github.event.pull_request.head.repo.fork }}
with: with:
registry: ghcr.io registry: ghcr.io