forked from Ivasoft/github-actions
remove auto tag from dry run step
This commit is contained in:
@@ -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
|
||||||
@@ -37,4 +38,4 @@ steps:
|
|||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
|||||||
Reference in New Issue
Block a user