From c11b39af26c7b3397839a1f47f924e8efb15283a Mon Sep 17 00:00:00 2001 From: Jim Sheldon Date: Thu, 22 Dec 2022 13:33:29 -0500 Subject: [PATCH] remove auto tag from dry run step --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 06db2d0..7b501cf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,8 +21,9 @@ steps: settings: dry_run: true repo: plugins/github-actions - auto_tag: true dockerfile: docker/Dockerfile.linux.amd64 + tags: + - latest - name: publish image: plugins/docker @@ -37,4 +38,4 @@ steps: from_secret: docker_password when: event: - - tag \ No newline at end of file + - tag