Compare commits
2 Commits
25c8b2d317
...
aa4b99848a
| Author | SHA1 | Date | |
|---|---|---|---|
| aa4b99848a | |||
| 09f509263d |
@@ -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 }}
|
||||||
|
|||||||
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user