Prod Promote Image #24
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### This is the Terraform-generated prod-promote.yml workflow for the ### | |
| ### docker-matomo-prod repository. ### | |
| name: Prod Promote Image | |
| on: | |
| workflow_dispatch: | |
| release: | |
| types: [published] | |
| jobs: | |
| promote: | |
| name: Prod Promote Container | |
| uses: mitlibraries/.github/.github/workflows/ecr-multi-arch-promote-prod.yml@main | |
| secrets: inherit | |
| with: | |
| AWS_REGION: "us-east-1" | |
| GHA_ROLE_STAGE: "docker-matomo-gha-prod" | |
| GHA_ROLE_PROD: "docker-matomo-gha-prod" | |
| ECR_STAGE: "docker-matomo-prod" | |
| ECR_PROD: "docker-matomo-prod" | |
| # DEFAULT_BRANCH: # Only if the default branch is not "main"! | |
| # FUNCTION: "" # only if this is a container-based Lambda function | |