Compare commits
2 Commits
25c8b2d317
...
aa4b99848a
| Author | SHA1 | Date | |
|---|---|---|---|
| aa4b99848a | |||
| 09f509263d |
@@ -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