Skip to content

v2.3.0

Compare
Choose a tag to compare
@72636c 72636c released this 13 Mar 07:24
· 4 commits to master since this release
3969b82

Features

  • Add multi-region support (#24, @raksha1)

    You can now publish images to multiple regions:

    steps:
      - plugins:
          - seek-oss/docker-ecr-publish#v2.3.0:
              ecr-name: my-repo
              regions:
                - eu-west-1
                - eu-west-2

    The existing region property and AWS_DEFAULT_REGION environment variable are still supported.