mirror of
				https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
				synced 2025-10-26 18:05:28 +03:00 
			
		
		
		
	fixed deploy docker
This commit is contained in:
		
							parent
							
								
									b07b7da2f3
								
							
						
					
					
						commit
						cad81ad1d6
					
				| @ -266,9 +266,13 @@ gemnasium-python-dependency_scanning: | ||||
| 
 | ||||
| deploy:docker: | ||||
|   extends: .deploy | ||||
|   image: docker:dind | ||||
|   stage: deploy | ||||
|   tags: [ docker ] | ||||
|   before_script: | ||||
|     - echo "Building docker image for commit $CI_COMMIT_SHA with version $CI_COMMIT_REF_NAME" | ||||
|     - docker buildx inspect | ||||
|     - docker buildx create --use | ||||
|   script: | ||||
|     - echo "========== GitLab-Registry ==========" | ||||
|     - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Oscar Krause
						Oscar Krause