File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: Build & Push Docker Image to AWS ECR
66on :
77 push :
88 tags :
9- - v *
9+ - v1. *
1010
1111env :
1212 AWS_REGION : ${{ secrets.AWS_REGION }}
4949 push : true
5050 tags : |
5151 ${{ env.AWS_ACCOUNT_ID }}.dkr.ecr.${{ env.AWS_REGION }}.amazonaws.com/${{ env.AWS_ECR_REPO }}:latest
52- ${{ env.AWS_ACCOUNT_ID }}.dkr.ecr.${{ env.AWS_REGION }}.amazonaws.com/${{ env.AWS_ECR_REPO }}:${{ steps.vars.outputs.sha }}
52+ ${{ env.AWS_ACCOUNT_ID }}.dkr.ecr.${{ env.AWS_REGION }}.amazonaws.com/${{ env.AWS_ECR_REPO }}:${{ steps.vars.outputs.sha }}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: Deploy ECS Prod
66on :
77 push :
88 tags :
9- - v *
9+ - v1. *
1010
1111env :
1212 AWS_REGION : ${{ secrets.AWS_REGION }}
3939 task-definition : ecs/task_definition_${{ env.ENVIRONMENT }}.json
4040 service : nodewatch-${{ env.ENVIRONMENT }}-service
4141 cluster : nodewatch-${{ env.ENVIRONMENT }}-cluster
42- wait-for-service-stability : true
42+ wait-for-service-stability : true
You can’t perform that action at this time.
0 commit comments