Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
correct names
Browse files Browse the repository at this point in the history
  • Loading branch information
vladupshot committed Jan 9, 2024
1 parent de2d985 commit 43c9ecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_push_ecr.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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

Expand Down

0 comments on commit 43c9ecf

Please sign in to comment.