Skip to content

Commit ab45d4f

Browse files
committed
test with Dev5
1 parent f949dfa commit ab45d4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-a3s.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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

0 commit comments

Comments
 (0)