remove credentials to use public image
Some checks failed
Build Resume / build (push) Failing after 1m36s
Some checks failed
Build Resume / build (push) Failing after 1m36s
This commit is contained in:
parent
2a5fe46c49
commit
e33b6bb4ba
1 changed files with 0 additions and 3 deletions
|
|
@ -7,9 +7,6 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: thomasweise/docker-texlive-full
|
image: thomasweise/docker-texlive-full
|
||||||
credentials:
|
|
||||||
username: jm
|
|
||||||
password: ${{ secrets.FORGEJO_PULL_TOKEN }}
|
|
||||||
options: --user root -w /doc
|
options: --user root -w /doc
|
||||||
volumes:
|
volumes:
|
||||||
- ${{ github.workspace }}:/doc
|
- ${{ github.workspace }}:/doc
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue