mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	GH Actions CI use GHCR (#2027)
This commit is contained in:
		| @@ -90,7 +90,7 @@ def main(): | ||||
|                 sys.exit(1) | ||||
|  | ||||
|     # detect channel from tag | ||||
|     match = re.match(r'\d+\.\d+(?:\.\d+)?(b\d+)?', args.tag) | ||||
|     match = re.match(r'^\d+\.\d+(?:\.\d+)?(b\d+)?$', args.tag) | ||||
|     if match is None: | ||||
|         channel = CHANNEL_DEV | ||||
|     elif match.group(1) is None: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user