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 --- 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