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

Signed-off-by: Mathieu Dupuy <deronnax@gmail.com>
pull/666/head
Mathieu Dupuy 3 years ago committed by GitHub
parent c84f382811
commit 48daa618bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save