Skip to content

Commit a613947

Browse files
committed
fix: remove the staging release steps
1 parent b19dedf commit a613947

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,6 @@ jobs:
5959
username: ${{ secrets.DOCKER_USERNAME }}
6060
password: ${{ secrets.DOCKER_PASSWORD }}
6161

62-
- name: configure aws credentials - staging
63-
uses: aws-actions/configure-aws-credentials@v1
64-
with:
65-
role-to-assume: ${{ secrets.DEV_AWS_ROLE }}
66-
aws-region: 'us-east-1'
67-
68-
- name: Login to ECR account - staging
69-
uses: docker/login-action@v2
70-
with:
71-
registry: 436098097459.dkr.ecr.us-east-1.amazonaws.com
72-
7362
- name: configure aws credentials - prod
7463
uses: aws-actions/configure-aws-credentials@v1
7564
with:

0 commit comments

Comments
 (0)