This commit is contained in:
parent
117a41307f
commit
3cf886c685
@ -13,3 +13,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: Login to register
|
||||||
|
uses: https://gitea.com/docker/login-action@v2
|
||||||
|
with:
|
||||||
|
registry: git.halis.io
|
||||||
|
username: ${{ github.actor }}
|
||||||
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user