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 31502766ab
All checks were successful
continuous-integration/drone Build is passing
how the hell?
2023-10-24 17:04:14 +02:00

22 lines
280 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