ci(build): print the tag version generated
ci/woodpecker/push/build Pipeline failed
Details
ci/woodpecker/push/build Pipeline failed
Details
This commit is contained in:
parent
2319baa7bf
commit
d8ca71fbc8
|
@ -25,6 +25,7 @@ steps:
|
|||
commands:
|
||||
# <TRANSMISSION_VERSION>-alpine<ALPINE_VERSION>
|
||||
- echo $(grep 'TRANSMISSION_VERSION=' Dockerfile | sed s/.*=//)-alpine$(grep 'FROM alpine' Dockerfile | sed s/.*:// | sed s/[[:space:]].*//) > .tags
|
||||
- cat .tag
|
||||
when:
|
||||
event: push
|
||||
|
||||
|
|
Loading…
Reference in New Issue