Skip to content

Commit

Permalink
ci: add volume mount to s390x publish steps
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Chiu <yang.chiu@suse.com>
  • Loading branch information
yangchiu authored and bk201 committed Nov 23, 2022
1 parent ff3d3e0 commit 279a658
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ steps:
tag: "${DRONE_BRANCH}-head-s390x"
username:
from_secret: docker_username
volumes:
- name: docker
path: /var/run/docker.sock
when:
ref:
include:
Expand All @@ -170,6 +173,9 @@ steps:
tag: "${DRONE_TAG}-s390x"
username:
from_secret: docker_username
volumes:
- name: docker
path: /var/run/docker.sock
when:
instance:
- drone-publish.rancher.io
Expand Down

0 comments on commit 279a658

Please sign in to comment.