diff --git a/.drone.yml b/.drone.yml index a723092..44bc00f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,18 +3,12 @@ kind: pipeline name: dockerhub-build-trigger platform: + os: linux arch: amd64 clone: disable: true -trigger: - branch: - - master - ref: - exclude: - - ref/tags/** - steps: - name: call webhook pull: always @@ -25,9 +19,14 @@ steps: commands: - curl -s -X POST $ENDPOINT when: + branch: + - master event: - push - cron + ref: + exclude: + - ref/tags/** ---