Update .gitlab-ci.yml
This commit is contained in:
parent
eb4e6cbc70
commit
81918eafda
@ -1,3 +1,7 @@
|
|||||||
|
stages:
|
||||||
|
- build
|
||||||
|
- upload
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
@ -5,6 +9,13 @@ build:
|
|||||||
- docker build --no-cache -t luki42/latex-full:latest .
|
- docker build --no-cache -t luki42/latex-full:latest .
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
stage: deploy
|
stage: upload
|
||||||
script:
|
script:
|
||||||
- docker push luki42/latex-full:latest
|
- docker push luki42/latex-full:latest
|
||||||
|
|
||||||
|
build_full:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- cd static
|
||||||
|
- docker build --no-cache -t luki42/latex-full:static .
|
||||||
|
when: manual
|
||||||
|
Loading…
Reference in New Issue
Block a user