Skip to content

Releases: joseluisq/drone-docker

v1.2.0

10 Jul 20:50
Compare
Choose a tag to compare

Updates

  • Go 1.16.5
  • Docker 20.10.7 DinD
  • Update dependencies 10.07.2021
  • Github Actions as new CI

v1.1.0

21 Oct 08:45
Compare
Choose a tag to compare

Updates

Documentation

  • b25e874 Update info with examples

v1.0.0

09 Sep 22:57
Compare
Choose a tag to compare

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