Update docker/login-action action to v4.1.0

This commit is contained in:
renovate[bot]
2026-04-02 18:35:07 +00:00
committed by GitHub
parent bd412b57f5
commit 9c9a34f0d3

View File

@@ -43,7 +43,7 @@ jobs:
uses: docker/setup-buildx-action@v4.0.0 uses: docker/setup-buildx-action@v4.0.0
- -
name: Login to GitHub Container Registry name: Login to GitHub Container Registry
uses: docker/login-action@v4.0.0 uses: docker/login-action@v4.1.0
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
@@ -88,7 +88,7 @@ jobs:
merge-multiple: true merge-multiple: true
- name: Login to GHCR - name: Login to GHCR
uses: docker/login-action@v4.0.0 uses: docker/login-action@v4.1.0
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}