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 386faf4b71
Some checks reported warnings
continuous-integration/drone Build is passing
Publish Docker image / Metadata (push) Has been cancelled
Publish Docker image / Publish (push) Has been cancelled
Security analysis / Trivy scan (push) Has been cancelled
custom registry: https://docs.drone.io/plugins/popular/docker/
2023-10-23 19:11:13 +02:00

24 lines
297 B
YAML

---
kind: pipeline
type: docker
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