github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/yaml/testdata/image/example8.yaml (about) 1 image: my/bash:lts 2 3 pipelines: 4 default: 5 - step: 6 image: 7 name: my/bash:latest 8 username: $CONTAINER_REGISTRY_USERNAME 9 password: $CONTAINER_REGISTRY_PASSWORD 10 script: 11 - echo "Hello, World!"