mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-09 20:05:38 +01: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
@ -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…
Reference in New Issue
Block a user