Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #10 from drpebcak/drone-build
Browse files Browse the repository at this point in the history
Follow conventions
  • Loading branch information
cloudnautique authored Apr 24, 2019
2 parents f713d17 + 6c82a15 commit bdad4ea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,12 @@ steps:
password:
from_secret: docker_password
repo: rancher/rdns-server
tag: "${DRONE_COMMIT}-rancher-amd64"
tag: "${DRONE_TAG}-rancher-amd64"
username:
from_secret: docker_username
when:
event:
- push
branch:
- master
- tag

volumes:
- name: socket
Expand Down

0 comments on commit bdad4ea

Please sign in to comment.