Skip to content

Commit

Permalink
Remove docker-publish from drone
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Jun 16, 2021
1 parent 9eb71cf commit 2bc4226
Showing 1 changed file with 0 additions and 57 deletions.
57 changes: 0 additions & 57 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,6 @@ steps:
event:
- tag

- name: docker-publish
image: plugins/docker
settings:
dockerfile: package/Dockerfile
password:
from_secret: docker_password
repo: "rancher/rancherd"
tag: "${DRONE_TAG}-amd64"
username:
from_secret: docker_username
when:
instance:
- drone-publish.rancher.io
ref:
- refs/head/master
- refs/tags/*
event:
- tag

volumes:
- name: docker
host:
Expand Down Expand Up @@ -98,25 +79,6 @@ steps:
event:
- tag

- name: docker-publish
image: plugins/docker
settings:
dockerfile: package/Dockerfile
password:
from_secret: docker_password
repo: "rancher/rancherd"
tag: "${DRONE_TAG}-arm64"
username:
from_secret: docker_username
when:
instance:
- drone-publish.rancher.io
ref:
- refs/head/master
- refs/tags/*
event:
- tag

volumes:
- name: docker
host:
Expand Down Expand Up @@ -160,25 +122,6 @@ steps:
event:
- tag

- name: docker-publish
image: plugins/docker
settings:
dockerfile: package/Dockerfile
password:
from_secret: docker_password
repo: "rancher/rancherd"
tag: "${DRONE_TAG}-arm"
username:
from_secret: docker_username
when:
instance:
- drone-publish.rancher.io
ref:
- refs/head/master
- refs/tags/*
event:
- tag

volumes:
- name: docker
host:
Expand Down

0 comments on commit 2bc4226

Please sign in to comment.