v1.0.0
Refactor
- 60874b4 Strip all non Linux stuff of current upstream repository, update Go to latest
v1.15
as well as its dependencies and add pipelines support for Drone and Travis.
Features
02166c6 Auto tag aliases support via auto_tag_aliases
list that can be used along with auto_tag
. Note that a pipeline should be configured with privileged: true
.
Pipeline example:
- name: publish
image: joseluisq/drone-docker
pull: always
privileged: true
settings:
repo: joseluisq/drone-docker
dockerfile: Dockerfile
username:
from_secret: username
password:
from_secret: password
auto_tag: true
auto_tag_aliases:
- latest