github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/yaml/testdata/steps/example17.yaml (about) 1 # Example using the pipe option to run a custom pipe 2 3 pipelines: 4 default: 5 - step: 6 name: Running my custom pipe 7 script: 8 - pipe: docker://<DockerAccountName>/<ImageName>:<version> 9 variables: 10 USERNAME: $My_username 11 PASSWORD: $Password