Compare commits

..

2 Commits

Author SHA1 Message Date
SecretMineDE aa4b99848a Merge pull request 'Update docker/login-action action to v4' (#8) from renovate/docker-login-action-4.x into main
Build image / build-image (push) Successful in 2m8s
Reviewed-on: #8
2026-04-04 22:17:06 +02:00
Renovate 09f509263d Update docker/login-action action to v4 2026-04-04 15:16:56 +00:00
2 changed files with 2 additions and 2 deletions
+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@v6 uses: actions/checkout@v6
- 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 }}