Update .gitlab-ci.yml
This commit is contained in:
parent
6904ba3fd5
commit
ba7c8423c3
@ -1,10 +1,10 @@
|
|||||||
before_script:
|
build:
|
||||||
- docker info
|
stage: build
|
||||||
|
|
||||||
build_image:
|
|
||||||
script:
|
script:
|
||||||
- docker build -t latex-full:latest .
|
- docker build -t latex-full:latest .
|
||||||
|
|
||||||
upload_image:
|
upload:
|
||||||
|
stage: upload
|
||||||
script:
|
script:
|
||||||
|
- docker tag latex-full luki42/latex-full:latest
|
||||||
- docker push luki42/latex-full
|
- docker push luki42/latex-full
|
Loading…
Reference in New Issue
Block a user