Skip to content

Commit dfc50d1

Browse files
committed
fix: release
1 parent 57b4f40 commit dfc50d1

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,6 @@ jobs:
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]
@@ -105,7 +97,7 @@ jobs:
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:

0 commit comments

Comments
 (0)