Skip to content

Commit

Permalink
[CLOB-976] Push indexer ECR images to mainnet. (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwschau authored Nov 7, 2023
1 parent b753e2b commit 1726c43
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/indexer-build-and-push-mainnet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Indexer Build & Push Images to AWS ECR for Mainnet

on: # yamllint disable-line rule:truthy
push:
branches:
- main
- 'release/[a-z]+/0.[0-9]+.x' # e.g. release/indexer/v0.1.x
- 'release/[a-z]+/v[0-9]+.x' # e.g. release/indexer/v1.x
# TODO(DEC-837): Customize github build and push to ECR by service with paths

jobs:
# Build and push to mainnet
call-build-and-push-ecs-services-mainnet:
name: (Mainnet) Build and Push ECS Services
uses: ./.github/workflows/indexer-build-and-push-all-ecr-images.yml
with:
ENVIRONMENT: mainnet
secrets: inherit

0 comments on commit 1726c43

Please sign in to comment.