Update docker/login-action action to v4 #8

Merged
SecretMineDE merged 1 commits from renovate/docker-login-action-4.x into main 2026-04-04 22:17:07 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 09f509263d - Show all commits
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
with: with:
github-server-url: 'https://git.secretmine.de/' github-server-url: 'https://git.secretmine.de/'
- name: Login to Registry - name: Login to Registry
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: git.secretmine.de registry: git.secretmine.de
username: ${{ secrets.REGISTRY_USER }} username: ${{ secrets.REGISTRY_USER }}
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Login to Registry - name: Login to Registry
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}