Merge pull request #119 from sethforprivacy/renovate/docker-login-action-3.x

Update docker/login-action action to v3.5.0
This commit is contained in:
Seth For Privacy
2025-08-04 13:07:04 -04:00
committed by GitHub

View File

@@ -43,7 +43,7 @@ jobs:
uses: docker/setup-buildx-action@v3.11.1 uses: docker/setup-buildx-action@v3.11.1
- -
name: Login to GitHub Container Registry name: Login to GitHub Container Registry
uses: docker/login-action@v3.4.0 uses: docker/login-action@v3.5.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@v3.4.0 uses: docker/login-action@v3.5.0
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}