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 2a8bd27356
Some checks reported errors
Publish Docker image / Metadata (push) Has been cancelled
Publish Docker image / Publish (push) Has been cancelled
continuous-integration/drone Build was killed
Security analysis / Trivy scan (push) Has been cancelled
adding debug and insecure=true
2023-10-23 19:06:51 +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: salt
registry: http://cr.wks
insecure: true
debug: true
tags:
- latest
when:
event:
- push