[CI] Sign into registry
This commit is contained in:
@@ -10,6 +10,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Set up Git repository
|
- name: Set up Git repository
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
- name: Sign into gitea registry
|
||||||
|
uses: https://github.com/docker/login-action
|
||||||
|
with:
|
||||||
|
username: ${{ vars.REGISTRY_USER_USERNAME }}
|
||||||
|
username: ${{ secrets.REGISTRY_USER_PASSWORD }}
|
||||||
|
registry: ${{ vars.REGISTRY_BASE_URL }}
|
||||||
- name: Run build
|
- name: Run build
|
||||||
uses: actions/latex@v1
|
uses: actions/latex@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user