Skip to content

Commit

Permalink
cherry-push-image-test
Browse files Browse the repository at this point in the history
  • Loading branch information
CherryUmaporn committed Sep 20, 2024
1 parent e5ddad4 commit e5300e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/example-build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Push Docker Image to ECR
on:
push:
branches:
- example/pipeline # or specify any branch you want to trigger this workflow on
- 'example/pipeline-cherry' # or specify any branch you want to trigger this workflow on

jobs:
build-and-push:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Build, tag, and push Docker image
env:
ECR_URI: "778529894665.dkr.ecr.us-east-1.amazonaws.com/web-app"
ECR_URI: "697698820969.dkr.ecr.us-east-1.amazonaws.com/web-app"
IMAGE_TAG: latest
run: |
yarn --frozen-lockfile
Expand Down

0 comments on commit e5300e1

Please sign in to comment.