mirror of
				https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
				synced 2025-11-04 09:46:09 +00:00 
			
		
		
		
	fixed deploy docker
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user