Skip to content

Commit

Permalink
Revert "[BCF-2738] Modify build-publish-develop ECR (#11279)" (#11310)
Browse files Browse the repository at this point in the history
This reverts commit bd5a35b.
  • Loading branch information
cedric-cordenier authored Nov 16, 2023
1 parent bd5a35b commit af2f919
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-publish-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
publish: true
aws-role-to-assume: ${{ secrets.AWS_OIDC_IAM_ROLE_ARN }}
aws-role-duration-seconds: ${{ secrets.AWS_ROLE_DURATION_SECONDS }}
aws-region: us-west-2
ecr-hostname: 804282218731.dkr.ecr.us-west-2.com
ecr-image-name: chainlink-develop/chainlink
aws-region: ${{ secrets.AWS_REGION }}
ecr-hostname: ${{ secrets.AWS_DEVELOP_ECR_HOSTNAME }}
ecr-image-name: chainlink
ecr-tag-suffix: ${{ matrix.image.tag-suffix }}
dockerfile: ${{ matrix.image.dockerfile }}
dockerhub_username: ${{ secrets.DOCKERHUB_READONLY_USERNAME }}
Expand Down

0 comments on commit af2f919

Please sign in to comment.