Switch to publishing on our Gitea
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			Re: coop-cloud/organising#369
This commit is contained in:
		
							
								
								
									
										10
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								.drone.yml
									
									
									
									
									
								
							@ -1,6 +1,6 @@
 | 
			
		||||
---
 | 
			
		||||
kind: pipeline
 | 
			
		||||
name: deploy to hub.docker.com
 | 
			
		||||
name: build & publish image
 | 
			
		||||
steps:
 | 
			
		||||
  - name: run shellcheck
 | 
			
		||||
    image: debian:buster
 | 
			
		||||
@ -11,12 +11,12 @@ steps:
 | 
			
		||||
  - name: docker push
 | 
			
		||||
    image: plugins/docker
 | 
			
		||||
    settings:
 | 
			
		||||
      username:
 | 
			
		||||
        from_secret: docker_reg_username_coopcloud
 | 
			
		||||
      username: 3wordchant
 | 
			
		||||
      password:
 | 
			
		||||
        from_secret: docker_reg_passwd_coopcloud
 | 
			
		||||
      repo: thecoopcloud/stack-ssh-deploy
 | 
			
		||||
        from_secret: git_coopcloud_tech_token_3wc
 | 
			
		||||
      repo: git.coopcloud.tech/coop-cloud/stack-ssh-deploy
 | 
			
		||||
      tags: latest
 | 
			
		||||
      registry: git.coopcloud.tech
 | 
			
		||||
trigger:
 | 
			
		||||
  branch:
 | 
			
		||||
    - main
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user