release really only on tags
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0b3907bb5e
commit
1c2beb766c
@ -21,7 +21,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
commands:
|
commands:
|
||||||
- goreleaser build --rm-dist --snapshot
|
- goreleaser build --rm-dist --snapshot
|
||||||
trigger:
|
when:
|
||||||
event:
|
event:
|
||||||
exclude:
|
exclude:
|
||||||
- tag
|
- tag
|
||||||
@ -47,7 +47,7 @@ steps:
|
|||||||
echo $DOCKER_PASSWORD |
|
echo $DOCKER_PASSWORD |
|
||||||
docker login $DOCKER_REGISTRY -u $DOCKER_USERNAME --password-stdin
|
docker login $DOCKER_REGISTRY -u $DOCKER_USERNAME --password-stdin
|
||||||
- goreleaser release
|
- goreleaser release
|
||||||
trigger:
|
when:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user