Features
-
Support cross-account and cross-region publishing (#20, @HenryCook)
Breaking changes
The plugin now defaults to
eu-west-2
if theAWS_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