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:
|
||||
commands:
|
||||
- goreleaser build --rm-dist --snapshot
|
||||
trigger:
|
||||
when:
|
||||
event:
|
||||
exclude:
|
||||
- tag
|
||||
@ -47,7 +47,7 @@ steps:
|
||||
echo $DOCKER_PASSWORD |
|
||||
docker login $DOCKER_REGISTRY -u $DOCKER_USERNAME --password-stdin
|
||||
- goreleaser release
|
||||
trigger:
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
depends_on:
|
||||
|
Loading…
Reference in New Issue
Block a user