Skip to content

v2.0.0

Compare
Choose a tag to compare
@72636c 72636c released this 26 May 20:11
· 12 commits to master since this release
d097a68

Features

  • Support cross-account and cross-region publishing (#20, @HenryCook)

    Breaking changes

    The plugin now defaults to eu-west-2 if the AWS_DEFAULT_REGION environment variable is not set.

    If you configure the AWS region on your agents through some other method, set the region option explicitly:

    steps:
      - plugins:
          - seek-oss/docker-ecr-publish#v2.0.0:
              region: us-east-1
              ecr-name: my-repo