diff --git a/.drone.yml b/.drone.yml index af5a129..4e5f2d5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,12 +20,15 @@ steps: pull: if-not-exists settings: repo: plugins/github-actions - auto_tag: true dockerfile: docker/Dockerfile.linux.amd64 username: from_secret: docker_username password: from_secret: docker_password - when: - event: - - tag + auto_tag: true + auto_tag_suffix: linux-amd64 +trigger: + ref: + - refs/heads/master + - refs/tags/** + - refs/pull/**