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 8888 target : ${{ inputs.containers_tag || 'test' }} # this is the tag of the containers to deploy, defaults to test
8989 tags : |
9090 ${{ 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
9991 resume-resources :
10092 name : Resume Resources # This job resumes resources for the merged PR which is needed if the resources were paused.
10193 needs : [vars]
10597 secrets : inherit
10698 deploy :
10799 name : Deploy Stack
108- needs : [vars, resume-resources, retag-images, push-to-ecr ]
100+ needs : [vars, resume-resources, retag-images]
109101 uses : ./.github/workflows/.deploy_stack.yml
110102 secrets : inherit
111103 with :
You can’t perform that action at this time.
0 commit comments