Update .gitlab-ci.yml
This commit is contained in:
parent
81918eafda
commit
fd17c54e84
@ -10,6 +10,7 @@ build:
|
||||
|
||||
upload:
|
||||
stage: upload
|
||||
needs: ["build"]
|
||||
script:
|
||||
- docker push luki42/latex-full:latest
|
||||
|
||||
@ -19,3 +20,10 @@ build_full:
|
||||
- cd static
|
||||
- docker build --no-cache -t luki42/latex-full:static .
|
||||
when: manual
|
||||
|
||||
upload_full:
|
||||
stage: upload
|
||||
needs: ["build_full"]
|
||||
script:
|
||||
- docker push luki42/latex-full:static
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user