chore(deps): update docker/login-action action to v4 #64

Merged
luke merged 1 commits from renovate/docker-login-action-4.x into main 2026-03-04 22:12:07 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -52,14 +52,14 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Log in to Gitea Container Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ inputs.registry }}
username: ${{ inputs.actions_username }}
password: ${{ secrets.ACTIONS_TOKEN }}
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ inputs.ghcr_username }}

View File

@@ -32,7 +32,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}