Skip to content

Commit

Permalink
Update deploy-dev-menual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smileboy0014 authored Feb 19, 2025
1 parent dd3981b commit 553dd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev-menual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
AWS_REGION: ${{ secrets.AWS_REGION }}
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
ECR_REPOSITORY: ${{ secrets.ECR_REPOSITORY }}
IMAGE_TAG: "v1.0-${GITHUB_SHA}"
IMAGE_TAG: ${{ github.sha }}
CONTAINER_NAME: spring-app

jobs:
Expand Down

0 comments on commit 553dd6b

Please sign in to comment.