github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/harness/downgrader/testdata/example-12.yaml (about)

     1  options: {}
     2  kind: pipeline
     3  spec:
     4    stages:
     5      - name: default
     6        spec:
     7          clone: {}
     8          runtime:
     9            spec: {}
    10            type: machine
    11          steps:
    12            - name: publish
    13              spec:
    14                image: plugins/docker
    15                with:
    16                  list:
    17                    - first
    18                    - second
    19                    - third
    20                  repo: gcr.io/example/repo
    21              type: plugin
    22        type: ci
    23  version: 1