Skip to content

Commit

Permalink
remove image publish steps
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasferrandiz committed Mar 14, 2022
1 parent d9d2e5a commit a4d00f6
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,39 +26,6 @@ steps:
- refs/head/master
- refs/tags/*

- name: package-images
image: rancher/dapper:v0.5.8
failure: ignore
commands:
- dapper -f Dockerfile --target dapper make package-images
volumes:
- name: docker
path: /var/run/docker.sock
when:
event:
- tag

- name: publish-image-runtime
image: rancher/hardened-build-base:v1.16.10b7
failure: ignore
commands:
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- DRONE_TAG=${DRONE_TAG} make publish-image-runtime
environment:
DOCKER_PASSWORD:
from_secret: docker_password
DOCKER_USERNAME:
from_secret: docker_username
volumes:
- name: docker
path: /var/run/docker.sock
when:
event:
- tag
ref:
- refs/head/master
- refs/tags/*

- name: publish-dist-artifacts
image: rancher/drone-images:github-release-s390x
failure: ignore
Expand Down

0 comments on commit a4d00f6

Please sign in to comment.