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