File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 88
88
target : ${{ inputs.containers_tag || 'test' }} # this is the tag of the containers to deploy, defaults to test
89
89
tags : |
90
90
${{ needs.vars.outputs.tags }}
91
- push-to-ecr :
92
- name : Push Images to ECR
93
- needs : [vars, retag-images]
94
- uses : ./.github/workflows/.ecr.yaml
95
- with :
96
- environment : prod
97
- tag : ${{ needs.vars.outputs.tag }} # this is the tag of the containers to push
98
- secrets : inherit
99
91
resume-resources :
100
92
name : Resume Resources # This job resumes resources for the merged PR which is needed if the resources were paused.
101
93
needs : [vars]
105
97
secrets : inherit
106
98
deploy :
107
99
name : Deploy Stack
108
- needs : [vars, resume-resources, retag-images, push-to-ecr ]
100
+ needs : [vars, resume-resources, retag-images]
109
101
uses : ./.github/workflows/.deploy_stack.yml
110
102
secrets : inherit
111
103
with :
You can’t perform that action at this time.
0 commit comments