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

Commit bdad4ea

Browse files
Merge pull request #10 from drpebcak/drone-build
Follow conventions
2 parents f713d17 + 6c82a15 commit bdad4ea

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.drone.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,12 @@ steps:
2626
password:
2727
from_secret: docker_password
2828
repo: rancher/rdns-server
29-
tag: "${DRONE_COMMIT}-rancher-amd64"
29+
tag: "${DRONE_TAG}-rancher-amd64"
3030
username:
3131
from_secret: docker_username
3232
when:
3333
event:
34-
- push
35-
branch:
36-
- master
34+
- tag
3735

3836
volumes:
3937
- name: socket

0 commit comments

Comments
 (0)