Skip to content

Commit f62b7c1

Browse files
committed
CI: Push docker image to ecr on develop retest again
1 parent 5488ea6 commit f62b7c1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci-develop.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@ jobs:
3838
npm ci
3939
npm run build
4040
41+
# Configure AWS credentials FIRST
42+
- name: Configure AWS credentials
43+
uses: aws-actions/configure-aws-credentials@v4
44+
with:
45+
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
46+
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
47+
aws-region: ${{ secrets.AWS_REGION }}
48+
49+
4150
# Docker login to ECR
4251
- name: Login to Amazon ECR
4352
uses: aws-actions/amazon-ecr-login@v2

0 commit comments

Comments
 (0)