Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/.test-bake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ jobs:
target: hello
registry-identities: |
- type: aws-ecr
aws-region: us-east-1
role-to-assume: arn:aws:iam::175142243308:role/official_gha_cicd
registry: public.ecr.aws
role-to-assume: arn:aws:iam::175142243308:role/official_gha_cicd
region: us-east-1
meta-images: |
public.ecr.aws/q3b5f1u4/test-docker-action
meta-tags: |
Expand All @@ -122,9 +122,9 @@ jobs:
target: hello
registry-identities: |
- type: aws-ecr
aws-region: us-east-1
role-to-assume: arn:aws:iam::175142243308:role/official_gha_cicd
registry: 175142243308.dkr.ecr.us-east-2.amazonaws.com
role-to-assume: arn:aws:iam::175142243308:role/official_gha_cicd
region: us-east-1
meta-images: |
175142243308.dkr.ecr.us-east-2.amazonaws.com/sandbox/test-docker-action
meta-tags: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/.test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ jobs:
sbom: true
registry-identities: |
- type: aws-ecr
aws-region: us-east-1
role-to-assume: arn:aws:iam::175142243308:role/official_gha_cicd
registry: public.ecr.aws
role-to-assume: arn:aws:iam::175142243308:role/official_gha_cicd
region: us-east-1
meta-images: |
public.ecr.aws/q3b5f1u4/test-docker-action
meta-tags: |
Expand All @@ -119,9 +119,9 @@ jobs:
sbom: true
registry-identities: |
- type: aws-ecr
aws-region: us-east-1
role-to-assume: arn:aws:iam::175142243308:role/official_gha_cicd
registry: 175142243308.dkr.ecr.us-east-2.amazonaws.com
role-to-assume: arn:aws:iam::175142243308:role/official_gha_cicd
region: us-east-1
meta-images: |
175142243308.dkr.ecr.us-east-2.amazonaws.com/sandbox/test-docker-action
meta-tags: |
Expand Down
Loading