This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
|||||||
uses: https://github.com/docker/login-action
|
uses: https://github.com/docker/login-action
|
||||||
with:
|
with:
|
||||||
username: ${{ vars.REGISTRY_USER_USERNAME }}
|
username: ${{ vars.REGISTRY_USER_USERNAME }}
|
||||||
username: ${{ secrets.REGISTRY_USER_PASSWORD }}
|
password: ${{ secrets.REGISTRY_USER_PASSWORD }}
|
||||||
registry: ${{ vars.REGISTRY_BASE_URL }}
|
registry: ${{ vars.REGISTRY_BASE_URL }}
|
||||||
- name: Run build
|
- name: Run build
|
||||||
uses: actions/latex@v1
|
uses: actions/latex@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user