Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: start using the prod core platform account #258

Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/argus-docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-west-2
role-to-assume: arn:aws:iam::471112759938:role/gh-action-role-core-platform-infra-dev-ecr
role-to-assume: arn:aws:iam::533267185808:role/gh_actions_core_platform_infra_prod_eks
role-session-name: ContainerBuildTest
- name: Generate token
id: generate_token
Expand All @@ -89,7 +89,7 @@ jobs:
dockerfile: ${{ github.event.repository.name }}/${{ matrix.image.dockerfile }}
context: ${{ github.event.repository.name }}/${{ matrix.image.context }}
name: core-platform/${{ github.event.repository.name }}/${{ matrix.image.name }}
registry: 471112759938.dkr.ecr.us-west-2.amazonaws.com
registry: 533267185808.dkr.ecr.us-west-2.amazonaws.com
custom_tag: ${{ env.IMAGE_TAG }}
platforms: ${{ matrix.image.platform }}
build_args: IMAGE_TAG=${{ env.IMAGE_TAG }}
Expand Down
Loading