From 065322dc378ea964a55f3d9368295ab0997e7f65 Mon Sep 17 00:00:00 2001 From: "OP (oppenheimer)" <21008429+Ompragash@users.noreply.github.com> Date: Thu, 27 Jun 2024 17:26:46 +0530 Subject: [PATCH] [CI-13192]: Update .drone.yml to release the latest (#14) --- .drone.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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/**