Add new file
This commit is contained in:
parent
718b3f3bc0
commit
f188a23698
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
@ -0,0 +1,10 @@
|
||||
before_script:
|
||||
- docker info
|
||||
|
||||
build_image:
|
||||
script:
|
||||
- docker build -t latex-full:latest .
|
||||
|
||||
upload_image
|
||||
script:
|
||||
- docker push latex-full:latext
|
Loading…
Reference in New Issue
Block a user