Skip to content

Reduce number of new ECR images in AWS (#1548) #662

Reduce number of new ECR images in AWS (#1548)

Reduce number of new ECR images in AWS (#1548) #662

name: Indexer Build & Push Images to AWS ECR for Mainnet
on: # yamllint disable-line rule:truthy
push:
branches:
- main
<<<<<<< HEAD

Check failure on line 7 in .github/workflows/indexer-build-and-push-mainnet.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/indexer-build-and-push-mainnet.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
- '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
=======
- 'release/indexer/v[0-9]+.[0-9]+.x' # e.g. release/indexer/v0.1.x
- 'release/indexer/v[0-9]+.x' # e.g. release/indexer/v1.x
>>>>>>> 9cb8bbae (Reduce number of new ECR images in AWS (#1548))
# 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