feat: no need to clone
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
* refactor: remove irrelevant release tag
This commit is contained in:
parent
ea880102d3
commit
5855abaa3a
@ -3,8 +3,12 @@ kind: pipeline
|
|||||||
name: dockerhub-build-trigger
|
name: dockerhub-build-trigger
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
|
clone:
|
||||||
|
disable: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: call webhook
|
- name: call webhook
|
||||||
pull: always
|
pull: always
|
||||||
@ -30,7 +34,6 @@ clone:
|
|||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
- "release/*"
|
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
- tag
|
- tag
|
||||||
|
Loading…
Reference in New Issue
Block a user