Skip to content

Commit

Permalink
feat: start using the prod core platform account
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeyheath committed Apr 22, 2024
1 parent 031d918 commit 4030122
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 4030122

Please sign in to comment.