mirror of
https://github.com/docker/build-push-action
synced 2024-11-10 05:21:40 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue