v5.3.2c #18
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 Container Promote | |
| # checkov:skip=CKV2_GHA_1:The shared workflow contains the permissions constraints | |
| # NOTE: The above checkov skip command doesn't actually work and this workflow | |
| # will always show a checkov warning. | |
| on: | |
| workflow_dispatch: | |
| release: | |
| types: [published] | |
| jobs: | |
| deploy: | |
| name: Prod Container Promote | |
| uses: mitlibraries/.github/.github/workflows/ecr-shared-promote-prod.yml@INFRA-526 | |
| secrets: inherit | |
| with: | |
| AWS_REGION: "us-east-1" | |
| GHA_ROLE_STAGE: docker-matomo-gha-stage | |
| GHA_ROLE_PROD: docker-matomo-gha-prod | |
| ECR_STAGE: "docker-matomo-stage" | |
| ECR_PROD: "docker-matomo-prod" | |
| # FUNCTION: "" | |