mirror of
https://github.com/drone-plugins/github-actions
synced 2024-11-15 02:56:25 +01:00
remove auto tag from dry run step
This commit is contained in:
parent
87c917b4e7
commit
c11b39af26
@ -21,8 +21,9 @@ steps:
|
|||||||
settings:
|
settings:
|
||||||
dry_run: true
|
dry_run: true
|
||||||
repo: plugins/github-actions
|
repo: plugins/github-actions
|
||||||
auto_tag: true
|
|
||||||
dockerfile: docker/Dockerfile.linux.amd64
|
dockerfile: docker/Dockerfile.linux.amd64
|
||||||
|
tags:
|
||||||
|
- latest
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
Loading…
Reference in New Issue
Block a user