File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 name : Build and publish Docker image
2929 runs-on : github-ubuntu-latest-m
3030 needs : get_build_number
31- environment : Staging
31+ environment : Dev5
3232 permissions :
3333 id-token : write
3434 contents : read
@@ -68,14 +68,14 @@ jobs:
6868 - name : Configure AWS credentials
6969 uses : aws-actions/configure-aws-credentials@v4
7070 with :
71- role-to-assume : arn:aws:iam::718197818630 :role/${{ vars.CICD_ROLE }}
71+ role-to-assume : arn:aws:iam::011528275708 :role/${{ vars.CICD_ROLE }}
7272 aws-region : eu-central-1
7373
7474 - name : Login to Amazon ECR
7575 id : login-ecr
7676 uses : aws-actions/amazon-ecr-login@v2
7777 with :
78- registries : " 982534363626 " # SharedServices Dev Account
78+ registries : " 011528275708 " # SharedServices Dev Account
7979
8080 - name : Set up Docker Buildx
8181 uses : docker/setup-buildx-action@v3
You can’t perform that action at this time.
0 commit comments