This repository has been archived on 2025-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
docker-salt-master/.drone.yml
Udo Waechter 5ef561e5bd
Some checks reported errors
continuous-integration/drone Build was killed
how the hell?
2023-10-24 17:19:01 +02:00

39 lines
526 B
YAML

kind: pipeline
name: salt-docker-master
platform:
os: linux
arch: arm64
steps:
- name: build
image: plugins/docker
settings:
repo: cr.wks/salt
registry: cr.wks
insecure: true
debug: true
tags:
- latest
when:
event:
- push
---
kind: pipeline
name: docker-test
steps:
- name: test
image: docker:dind
volumes:
- name: dockersock
path: /var/run/docker.sock
commands:
- docker ps -a
volumes:
- name: dockersock
host:
path: /var/run/podman/podman.sock