Update build-with-latex.yml
This commit is contained in:
parent
a88f9f0ca1
commit
f98d5537df
|
|
@ -24,9 +24,9 @@ jobs:
|
||||||
- name: Log in to the Container registry
|
- name: Log in to the Container registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ secrets.REGISTRY }}
|
||||||
username: ${{ github.actor }}
|
username: ${{ secrets.USERNAME }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.PASSWORD }}
|
||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
- name: Extract metadata (tags, labels) for Docker
|
||||||
id: meta
|
id: meta
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue