auto tag
This commit is contained in:
parent
e578152305
commit
4fab0bca42
1 changed files with 4 additions and 1 deletions
|
@ -20,8 +20,11 @@ steps:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
repo: ruanbekker/dronetest
|
repo: ruanbekker/dronetest
|
||||||
auto_tag: true
|
auto_tag: false
|
||||||
auto_tag_suffix: alpine
|
auto_tag_suffix: alpine
|
||||||
|
tags:
|
||||||
|
- ${DRONE_COMMIT_BRANCH}
|
||||||
|
- latest
|
||||||
username:
|
username:
|
||||||
from_secret: dockerhub_username
|
from_secret: dockerhub_username
|
||||||
password:
|
password:
|
||||||
|
|
Loading…
Reference in a new issue