grim/convey

Bump the version for release
v0.14.0-alpha3
2018-02-20, Gary Kramlich
166a6d1979fa
Bump the version for release
---
environment:
- REGION=us-east-2
- ACCOUNT_ID=1234567890
tasks:
ecr-login:
type: aws/ecr-login
tag:
type: docker/tag
source: alpine:edge
destination: ${ACCOUNT_ID}.dkr.ecr.${REGION}.amazonaws.com/alpine:edge
push:
type: docker/push
image: ${ACCOUNT_ID}.dkr.ecr.${REGION}.amazonaws.com/alpine:edge
plans:
default:
stages:
- tasks:
- ecr-login
- tag
- push