Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ steps:
path: /var/run/docker.sock

- name: docker-publish
image: plugins/docker
image: rancher/drone-images:docker-s390x
volumes:
- name: docker
path: /var/run/docker.sock
Expand All @@ -117,6 +117,8 @@ steps:
tag: "${DRONE_TAG}-s390x"
username:
from_secret: docker_username
build_args:
- ARCH=s390x
when:
instance:
- drone-publish.k3s.io
Expand Down