mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	* plugins/docker -> techknowlogick/drone-docker * It is multi-arch
This commit is contained in:
		
							
								
								
									
										10
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								.drone.yml
									
									
									
									
									
								
							@@ -709,7 +709,7 @@ steps:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  - name: publish
 | 
					  - name: publish
 | 
				
			||||||
    pull: always
 | 
					    pull: always
 | 
				
			||||||
    image: plugins/docker:linux-amd64
 | 
					    image: techknowlogick/drone-docker:latest
 | 
				
			||||||
    settings:
 | 
					    settings:
 | 
				
			||||||
      auto_tag: true
 | 
					      auto_tag: true
 | 
				
			||||||
      auto_tag_suffix: linux-amd64
 | 
					      auto_tag_suffix: linux-amd64
 | 
				
			||||||
@@ -726,7 +726,7 @@ steps:
 | 
				
			|||||||
        - pull_request
 | 
					        - pull_request
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - name: publish-rootless
 | 
					  - name: publish-rootless
 | 
				
			||||||
    image: plugins/docker:linux-amd64
 | 
					    image: techknowlogick/drone-docker:latest
 | 
				
			||||||
    settings:
 | 
					    settings:
 | 
				
			||||||
      dockerfile: Dockerfile.rootless
 | 
					      dockerfile: Dockerfile.rootless
 | 
				
			||||||
      auto_tag: true
 | 
					      auto_tag: true
 | 
				
			||||||
@@ -764,7 +764,7 @@ trigger:
 | 
				
			|||||||
steps:
 | 
					steps:
 | 
				
			||||||
  - name: dryrun
 | 
					  - name: dryrun
 | 
				
			||||||
    pull: always
 | 
					    pull: always
 | 
				
			||||||
    image: plugins/docker:linux-arm64
 | 
					    image: techknowlogick/drone-docker:latest
 | 
				
			||||||
    settings:
 | 
					    settings:
 | 
				
			||||||
      dry_run: true
 | 
					      dry_run: true
 | 
				
			||||||
      repo: gitea/gitea
 | 
					      repo: gitea/gitea
 | 
				
			||||||
@@ -806,7 +806,7 @@ steps:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  - name: publish
 | 
					  - name: publish
 | 
				
			||||||
    pull: always
 | 
					    pull: always
 | 
				
			||||||
    image: plugins/docker:linux-arm64
 | 
					    image: techknowlogick/drone-docker:latest
 | 
				
			||||||
    settings:
 | 
					    settings:
 | 
				
			||||||
      auto_tag: true
 | 
					      auto_tag: true
 | 
				
			||||||
      auto_tag_suffix: linux-arm64
 | 
					      auto_tag_suffix: linux-arm64
 | 
				
			||||||
@@ -826,7 +826,7 @@ steps:
 | 
				
			|||||||
        - pull_request
 | 
					        - pull_request
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - name: publish-rootless
 | 
					  - name: publish-rootless
 | 
				
			||||||
    image: plugins/docker:linux-arm64
 | 
					    image: techknowlogick/drone-docker:latest
 | 
				
			||||||
    settings:
 | 
					    settings:
 | 
				
			||||||
      dockerfile: Dockerfile.rootless
 | 
					      dockerfile: Dockerfile.rootless
 | 
				
			||||||
      auto_tag: true
 | 
					      auto_tag: true
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user