github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/yaml/testdata/image/example8.yaml.golden (about) 1 { 2 "image": "my/bash:lts", 3 "pipelines": { 4 "default": [ 5 { 6 "step": { 7 "image": { 8 "name": "my/bash:latest", 9 "username": "$CONTAINER_REGISTRY_USERNAME", 10 "password": "$CONTAINER_REGISTRY_PASSWORD" 11 }, 12 "script": [ 13 "echo \"Hello, World!\"" 14 ] 15 } 16 } 17 ] 18 } 19 }