Skip to content

Instantly share code, notes, and snippets.

View pvasilyev's full-sized avatar

Pavel Vasilev pvasilyev

  • Amazon
  • London
View GitHub Profile
@pvasilyev
pvasilyev / aws.yml
Created April 12, 2020 19:42
Unable to use AWS Actions: ##[error]Cannot read property 'name' of null
# This workflow will build and push a new container image to Amazon ECR,
# and then will deploy a new task definition to Amazon ECS, when a release is created
#
# To use this workflow, you will need to complete the following set-up steps:
#
# 1. Create an ECR repository to store your images.
# For example: `aws ecr create-repository --repository-name my-ecr-repo --region us-east-2`.
# Replace the value of `ECR_REPOSITORY` in the workflow below with your repository's name.
# Replace the value of `aws-region` in the workflow below with your repository's region.
#