Skip to content

Commit

Permalink
A0-1855: In FE, replace private feature-env-aleph-node repo with publ…
Browse files Browse the repository at this point in the history
…ic aleph-node (#884)

* Replace 573243519133.dkr.ecr.us-east-1.amazonaws.com/feature-env-aleph-node with public.ecr.aws/p6e8q1z1/aleph-node

* Change FE repository to feature-env-aleph-node
  • Loading branch information
mikogs authored Jan 30, 2023
1 parent 89c1672 commit 91d2eea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-feature-envs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ env:
LABEL_DESTROYED: 'DESTROYED'
LABEL_DEPLOYED: 'DEPLOYED'
LABEL_DEPLOYED_CONTRACTS: 'DEPLOYED-CONTRACTS'
REGISTRY_HOST: 573243519133.dkr.ecr.us-east-1.amazonaws.com
FE_ALEPHNODE_REGISTRY: 573243519133.dkr.ecr.us-east-1.amazonaws.com/feature-env-aleph-node
FE_ALEPHNODE_REGISTRY_ESCAPED: '573243519133.dkr.ecr.us-east-1.amazonaws.com\/feature-env-aleph-node'
REGISTRY_HOST: public.ecr.aws
FE_ALEPHNODE_REGISTRY: public.ecr.aws/p6e8q1z1/feature-env-aleph-node
FE_ALEPHNODE_REGISTRY_ESCAPED: 'public.ecr.aws\/p6e8q1z1\/feature-env-aleph-node'
FE_IMAGETAG_PREFIX: 'fe-'
FE_APP_PREFIX: 'fe-'
PUBLIC_ALEPHNODE_REGISTRY: public.ecr.aws/p6e8q1z1/aleph-node
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
username: ${{ secrets.AWS_MAINNET_ACCESS_KEY_ID }}
password: ${{ secrets.AWS_MAINNET_SECRET_ACCESS_KEY }}

- name: Push FE aleph-node image to the private feature-env-aleph-node registry
- name: Push FE aleph-node image to the feature-env-aleph-node registry
env:
IMAGE_TAG: ${{ env.FE_IMAGETAG_PREFIX }}${{ steps.get_branch.outputs.branch_imagetag_full }}
run: |
Expand Down

0 comments on commit 91d2eea

Please sign in to comment.