Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Change FE repository to feature-env-aleph-node
  • Loading branch information
keenbytes committed Jan 25, 2023
commit 241bc84f301e68e35a6cd9140249ea4e6ec73a21
6 changes: 3 additions & 3 deletions .github/workflows/deploy-feature-envs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ env:
LABEL_DEPLOYED: 'DEPLOYED'
LABEL_DEPLOYED_CONTRACTS: 'DEPLOYED-CONTRACTS'
REGISTRY_HOST: public.ecr.aws
FE_ALEPHNODE_REGISTRY: public.ecr.aws/p6e8q1z1/aleph-node
FE_ALEPHNODE_REGISTRY_ESCAPED: 'public.ecr.aws\/p6e8q1z1\/aleph-node'
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 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