Update .gitlab/.gitlab-ci.yml file
This commit is contained in:
		@@ -62,7 +62,7 @@ jest:
 | 
				
			|||||||
    - if: $CI_COMMIT_BRANCH
 | 
					    - if: $CI_COMMIT_BRANCH
 | 
				
			||||||
 | 
					
 | 
				
			||||||
registry:
 | 
					registry:
 | 
				
			||||||
  stage: publish
 | 
					  stage: deploy
 | 
				
			||||||
  cache:
 | 
					  cache:
 | 
				
			||||||
    - key:
 | 
					    - key:
 | 
				
			||||||
        files:
 | 
					        files:
 | 
				
			||||||
@@ -90,7 +90,7 @@ registry:
 | 
				
			|||||||
      allow_failure: true
 | 
					      allow_failure: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
tag:
 | 
					tag:
 | 
				
			||||||
  stage: publish
 | 
					  stage: deploy
 | 
				
			||||||
  image:
 | 
					  image:
 | 
				
			||||||
    name: alpine/git
 | 
					    name: alpine/git
 | 
				
			||||||
    entrypoint: [""]
 | 
					    entrypoint: [""]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user