Use registry instead of building image
This commit is contained in:
parent
b015ea89f4
commit
284776e327
1 changed files with 1 additions and 7 deletions
|
|
@ -1,12 +1,6 @@
|
||||||
steps:
|
steps:
|
||||||
- name: build-xelatex-image
|
|
||||||
image: docker
|
|
||||||
commands:
|
|
||||||
- docker build --rm -t local/xelatex:latest .
|
|
||||||
volumes:
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
|
||||||
- name: build-resume
|
- name: build-resume
|
||||||
image: local/xelatex
|
image: git.jacobpa.com/jacob/resume-xelatex
|
||||||
commands:
|
commands:
|
||||||
- xelatex resume.tex
|
- xelatex resume.tex
|
||||||
- name: add-release
|
- name: add-release
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue