use ${{ env.TEST_TAG }} to tag image in push step

Signed-off-by: Mathieu Dupuy <deronnax@gmail.com>
This commit is contained in:
Mathieu Dupuy 2022-08-06 11:12:45 +02:00 committed by GitHub
parent c84f382811
commit 48daa618bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: user/app:latest
tags: ${{ env.TEST_TAG }}
```
> :bulb: Build time will not be increased with this workflow because internal