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 10c1b930f2
Some checks reported errors
continuous-integration/drone Build encountered an error
how the hell?
2023-10-24 16:58:46 +02:00

29 lines
434 B
YAML

kind: pipeline
type: docker
name: salt-docker-master
platform:
os: linux
arch: arm64
steps:
- name: build
image: docker.io/docker
commands:
- docker build .
volumes:
- /var/run/podman/podman.sock:/var/run/docker.sock
- name: publish
image: plugins/docker
settings:
repo: cr.wks/salt
registry: cr.wks
insecure: true
debug: true
tags:
- latest
when:
event:
- push