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
Build image / build-image (push) Successful in 2m8s
Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
||||
with:
|
||||
github-server-url: 'https://git.secretmine.de/'
|
||||
- name: Login to Registry
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
registry: git.secretmine.de
|
||||
username: ${{ secrets.REGISTRY_USER }}
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v6
|
||||
- name: Login to Registry
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
|
||||
Reference in New Issue
Block a user