Skip to content

Commit

Permalink
remove auto tag from dry run step
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsheldon committed Dec 22, 2022
1 parent 87c917b commit c11b39a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -37,4 +38,4 @@ steps:
from_secret: docker_password
when:
event:
- tag
- tag

0 comments on commit c11b39a

Please sign in to comment.