Merge pull request #666 from deronnax/patch-1

use ${{ env.TEST_TAG }} to tag image in push step
This commit is contained in:
CrazyMax 2022-08-12 18:17:02 +02:00 committed by GitHub
commit 1527803881
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