We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19dedf commit a613947Copy full SHA for a613947
.github/workflows/release.yml
@@ -59,17 +59,6 @@ jobs:
59
username: ${{ secrets.DOCKER_USERNAME }}
60
password: ${{ secrets.DOCKER_PASSWORD }}
61
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
71
- registry: 436098097459.dkr.ecr.us-east-1.amazonaws.com
72
73
- name: configure aws credentials - prod
74
uses: aws-actions/configure-aws-credentials@v1
75
with:
0 commit comments