github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/yaml/testdata/image/example10.yaml (about)

     1  image:
     2    name: my/bash:latest
     3    username: $CONTAINER_REGISTRY_USERNAME
     4    password: $CONTAINER_REGISTRY_PASSWORD
     5    email: $CONTAINER_REGISTRY_EMAIL
     6  
     7  pipelines:
     8    default:
     9      - step:
    10          script:
    11            - echo "Hello, World!"