remove $ in yaml docker tags
This commit is contained in:
		
							parent
							
								
									ed0c2d7dd3
								
							
						
					
					
						commit
						d51d198f94
					
				| 
						 | 
					@ -48,6 +48,6 @@ jobs:
 | 
				
			||||||
        file: ./Dockerfile
 | 
					        file: ./Dockerfile
 | 
				
			||||||
        platforms: linux/amd64
 | 
					        platforms: linux/amd64
 | 
				
			||||||
        push: true
 | 
					        push: true
 | 
				
			||||||
        tags: ghcr.io/meeb/$IMAGE_NAME:latest
 | 
					        tags: ghcr.io/meeb/tubesync:latest
 | 
				
			||||||
        cache-from: type=registry,ref=ghcr.io/meeb/$IMAGE_NAME:latest
 | 
					        cache-from: type=registry,ref=ghcr.io/meeb/tubesync:latest
 | 
				
			||||||
        cache-to: type=inline
 | 
					        cache-to: type=inline
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue