Merge pull request #666 from deronnax/patch-1
use ${{ env.TEST_TAG }} to tag image in push step
			
			
This commit is contained in:
		
						commit
						1527803881
					
				@ -56,7 +56,7 @@ jobs:
 | 
				
			|||||||
          context: .
 | 
					          context: .
 | 
				
			||||||
          platforms: linux/amd64,linux/arm64
 | 
					          platforms: linux/amd64,linux/arm64
 | 
				
			||||||
          push: true
 | 
					          push: true
 | 
				
			||||||
          tags: user/app:latest
 | 
					          tags: ${{ env.TEST_TAG }}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
> :bulb: Build time will not be increased with this workflow because internal
 | 
					> :bulb: Build time will not be increased with this workflow because internal
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user