Add docker service
Some checks failed
Compile LaTeX and Release PDF / build_latex (push) Failing after 6s
Some checks failed
Compile LaTeX and Release PDF / build_latex (push) Failing after 6s
This commit is contained in:
parent
1a1d508741
commit
beab507cae
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ jobs:
|
|||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
services:
|
||||
docker:
|
||||
image: docker:19.03.12-dind
|
||||
options: --privileged
|
||||
steps:
|
||||
- name: Set up Git repository
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue