Skip to content

Support env variables for YAML file #72

@estahn

Description

@estahn

We're currently exposing our AWS account number through the YAML file. It would be helpful to inject this via env variables:

Actual:

apache:
  build: Dockerfile
  image: 123456789.dkr.ecr.ap-southeast-2.amazonaws.com/foobar/apache

Expected:

apache:
  build: Dockerfile
  image: $DOCKER_HUB_DOMAIN/foobar/apache

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions