From 43c9ecf20ca33110350dfe26eea8a70352d51675 Mon Sep 17 00:00:00 2001 From: vladupshot <154623109+vladupshot@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:35:02 +1300 Subject: [PATCH] correct names --- .github/workflows/build_push_ecr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_push_ecr.yml b/.github/workflows/build_push_ecr.yml index 934dcba..3033041 100644 --- a/.github/workflows/build_push_ecr.yml +++ b/.github/workflows/build_push_ecr.yml @@ -1,6 +1,6 @@ # This workflow will build and push a new container image to Amazon ECR, # and then will deploy a new task definition to Amazon ECS which will be run by Fargate when a release is created -name: Deploy to Staging Amazon ECS +name: Build and Push docker image to ECR on: push: @@ -13,7 +13,7 @@ concurrency: cancel-in-progress: true jobs: deploy-staging: - name: Deploy to staging + name: Build and Push docker image runs-on: ubuntu-latest environment: staging