File tree 1 file changed +10
-16
lines changed
1 file changed +10
-16
lines changed Original file line number Diff line number Diff line change @@ -48,19 +48,13 @@ jobs:
48
48
with :
49
49
mask-password : ' true'
50
50
51
- # - name: Build & Push ECR Image
52
- # uses: docker/build-push-action@v2
53
- # with:
54
- # builder: ${{ steps.buildx.outputs.name }}
55
- # context: ${{ env.WORKING_DIR }}
56
- # platforms: linux/amd64
57
- # cache-from: type=gha
58
- # cache-to: type=gha,mode=max
59
- # push: true
60
- # tags: ${{ env.AWS_ECR_REPOSITORY }}:restrict2topic-rc
61
-
62
- # - name: Deploy to ECS
63
- # run: |
64
- # aws ecs update-service --cluster ${{ env.AWS_ECS_CLUSTER_NAME }} --service ${{ env.AWS_ECS_SERVICE_NAME }} --desired-count ${{ env.AWS_ECS_DESIRED_TASK_COUNT }} --force-new-deployment
65
- # env:
66
- # AWS_DEFAULT_REGION: ${{ env.AWS_REGION }}
51
+ - name : Build & Push ECR Image
52
+ uses : docker/build-push-action@v2
53
+ with :
54
+ builder : ${{ steps.buildx.outputs.name }}
55
+ context : ${{ env.WORKING_DIR }}
56
+ platforms : linux/amd64
57
+ cache-from : type=gha
58
+ cache-to : type=gha,mode=max
59
+ push : true
60
+ tags : 064852979926.dkr.ecr.us-east-1.amazonaws.com/gr-sagemaker-validator-images-prod:restrict2topic-rc
You can’t perform that action at this time.
0 commit comments