Push image to gitea Instead of harbor
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		
							
								
								
									
										10
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								.drone.yml
									
									
									
									
									
								
							@@ -14,7 +14,7 @@ trigger:
 | 
			
		||||
  # - tag
 | 
			
		||||
  
 | 
			
		||||
steps:
 | 
			
		||||
- name: Harbor AMD64
 | 
			
		||||
- name: Gitea AMD64
 | 
			
		||||
  image: plugins/docker # Check Entrypoint
 | 
			
		||||
  privileged: true
 | 
			
		||||
  volumes:
 | 
			
		||||
@@ -22,11 +22,11 @@ steps:
 | 
			
		||||
    path: /var/run/docker.sock
 | 
			
		||||
  settings:
 | 
			
		||||
    username:
 | 
			
		||||
      from_secret: harbor_username
 | 
			
		||||
      from_secret: gitea_username
 | 
			
		||||
    password: 
 | 
			
		||||
      from_secret: harbor_password
 | 
			
		||||
    repo: goharbor.voser.cloud/homelab/nextcloud-smb
 | 
			
		||||
    registry: https://goharbor.voser.cloud
 | 
			
		||||
      from_secret: gitea_password
 | 
			
		||||
    repo: gitea.voser.cloud/Container/nextcloud-smb
 | 
			
		||||
    registry: https://gitea.voser.cloud
 | 
			
		||||
    auto_tag: true
 | 
			
		||||
    build_args:
 | 
			
		||||
      - ARCH=amd64
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user