mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-10 04:15:40 +01:00
use ${{ env.TEST_TAG }} to tag image in push step
Signed-off-by: Mathieu Dupuy <deronnax@gmail.com>
This commit is contained in:
parent
c84f382811
commit
48daa618bd
@ -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…
Reference in New Issue
Block a user