forked from Ivasoft/github-actions
remove auto tag from dry run step
This commit is contained in:
@@ -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
|
||||
- tag
|
||||
|
||||
Reference in New Issue
Block a user