|
|
@ -103,26 +103,26 @@ pipeline: |
|
|
|
- release-* |
|
|
|
- refs/tags/v* |
|
|
|
|
|
|
|
build-release: |
|
|
|
image: plugins/docker:linux-amd64 |
|
|
|
experimental: true |
|
|
|
squash: true |
|
|
|
purge: true |
|
|
|
no_cache: true |
|
|
|
secrets: |
|
|
|
- docker_username |
|
|
|
- docker_password |
|
|
|
repo: sevoid/linter |
|
|
|
group: build |
|
|
|
tags: |
|
|
|
- latest |
|
|
|
- plugin |
|
|
|
- ${DRONE_TAG##v} |
|
|
|
when: |
|
|
|
event: |
|
|
|
- push |
|
|
|
branch: |
|
|
|
- refs/tags/v* |
|
|
|
# build-release: |
|
|
|
# image: plugins/docker:linux-amd64 |
|
|
|
# experimental: true |
|
|
|
# squash: true |
|
|
|
# purge: true |
|
|
|
# no_cache: true |
|
|
|
# secrets: |
|
|
|
# - docker_username |
|
|
|
# - docker_password |
|
|
|
# repo: sevoid/linter |
|
|
|
# group: build |
|
|
|
# tags: |
|
|
|
# - latest |
|
|
|
# - plugin |
|
|
|
# - ${DRONE_TAG##v} |
|
|
|
# when: |
|
|
|
# event: |
|
|
|
# - push |
|
|
|
# branch: |
|
|
|
# - refs/tags/v* |
|
|
|
|
|
|
|
mirror-to-github: |
|
|
|
image: appleboy/drone-git-push |
|
|
|