Skip to content

Commit

Permalink
Tag Push hardcoded
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham4026 committed Sep 29, 2024
1 parent 1e40030 commit 74495f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Prod-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PROD-BACKEND-TAG-BASE-DEPLOYMENT
on:
push:
tags:
- 'v*' # This will trigger on tags starting with 'v'
- 'v0.0.3' # This will trigger on tags starting with 'v'

env:
ECR_REPOSITORY: ${{ secrets.ECR_REPOSITORY }}
Expand Down

0 comments on commit 74495f6

Please sign in to comment.