Skip to content

Commit

Permalink
chore: ecr repo rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
jun02160 committed Dec 14, 2024
1 parent 4fb68a8 commit 2475058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
env:
SPRING_PROFILES_ACTIVE: dev
ECR_APP_NAME: ${{ secrets.ECR_APP_NAME }}-dev
ECR_REPO: ${{ secrets.ECR_REPO }}
ECR_REPO: ${{ secrets.ECR_HOST }}/${{ secrets.ECR_APP_NAME }}-dev

jobs:
build:
Expand Down

0 comments on commit 2475058

Please sign in to comment.