woodpecker: only log into registry when tagging
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
parent
c2698fc17e
commit
adf49bef78
|
@ -7,6 +7,9 @@ pipeline:
|
||||||
password:
|
password:
|
||||||
from_secret: REGISTRY_TOKEN
|
from_secret: REGISTRY_TOKEN
|
||||||
secrets: [REGISTRY_TOKEN]
|
secrets: [REGISTRY_TOKEN]
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
|
tag: v*
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: golang:1.19-alpine
|
image: golang:1.19-alpine
|
||||||
|
|
Loading…
Reference in New Issue