type podman?
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2023-11-15 12:38:25 +01:00
parent 75ad5e3e4e
commit e9d46944e5

View File

@@ -1,38 +1,19 @@
kind: pipeline
type: podman
name: salt-docker-master
platform:
os: linux
arch: arm64
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
---
kind: pipeline
name: docker-test
steps:
- name: test
image: docker:dind
volumes:
- name: dockersock
path: /var/run/docker.sock
commands:
- docker ps -a
volumes:
- name: dockersock
host:
path: /var/run/podman/podman.sock
- name: build
image: plugins/docker
settings:
repo: cr.wks/salt
registry: http://cr.wks
insecure: true
debug: true
tags:
- latest