mirror of
				https://github.com/xjasonlyu/tun2socks.git
				synced 2025-10-31 12:06:37 +08:00 
			
		
		
		
	docker.yml: fix yaml syntax
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							| @@ -32,9 +32,9 @@ jobs: | |||||||
|           echo "${DOCKER_PASSWORD}" | docker login --username "${DOCKER_USERNAME}" --password-stdin |           echo "${DOCKER_PASSWORD}" | docker login --username "${DOCKER_USERNAME}" --password-stdin | ||||||
|  |  | ||||||
|       - name: Docker buildx image and push on master branch |       - name: Docker buildx image and push on master branch | ||||||
|       if: github.ref == 'refs/heads/master' |         if: github.ref == 'refs/heads/master' | ||||||
|       run: | |         run: | | ||||||
|         docker buildx build --output "type=image,push=true" --platform=linux/amd64,linux/arm/v7,linux/arm64 --tag xjasonlyu/tun2socks:latest . |           docker buildx build --output "type=image,push=true" --platform=linux/amd64,linux/arm/v7,linux/arm64 --tag xjasonlyu/tun2socks:latest . | ||||||
|  |  | ||||||
|       - name: Replace tag without `v` |       - name: Replace tag without `v` | ||||||
|         if: startsWith(github.ref, 'refs/tags/') |         if: startsWith(github.ref, 'refs/tags/') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jason
					Jason