Skip to content

Commit

Permalink
Release docker image with "latest" tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cld9x committed Dec 3, 2020
1 parent 0de8c29 commit 084d3a0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,20 @@ steps:
from_secret: DOCKER_PASSWORD
repo: xbapps/xbvr
auto_tag: true
build_args: DRONE_TAG=${DRONE_TAG}
dockerfile: .drone.dockerfile

- name: docker
image: plugins/docker:18.09
when:
event:
- tag
settings:
username:
from_secret: DOCKER_LOGIN
password:
from_secret: DOCKER_PASSWORD
repo: xbapps/xbvr
tags: latest
build_args: DRONE_TAG=${DRONE_TAG}
dockerfile: .drone.dockerfile

0 comments on commit 084d3a0

Please sign in to comment.