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 64ead81c35
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
building a docker image
2023-10-22 15:34:44 +02:00

21 lines
275 B
YAML

---
kind: pipeline
type: docker
name: salt-docker-master
platform:
os: linux
arch: arm64
steps:
- name: build
image: plugins/docker
settings:
repo: http://cr.wks/salt
registry: http://cr.wks
tags:
- latest
when:
event:
- push