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

Merged
alexlebens merged 1 commits from renovate/docker-login-action-4.x into main 2026-03-05 23:13:33 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 7a07806b4d - Show all commits

View File

@@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v6
- name: Login to Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ vars.REPOSITORY_HOST }}
username: ${{ gitea.actor }}

View File

@@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v6
- name: Login to Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ vars.REGISTRY_HOST }}
username: ${{ vars.REGISTRY_USER }}