v5.3.1b #13
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. ### | ||
| ### If this is a Lambda repo, uncomment the FUNCTION line at the end of the ### | ||
| ### document. ### | ||
| name: Prod Container Promote | ||
| on: | ||
| workflow_dispatch: | ||
| release: | ||
| types: [published] | ||
| permissions: read-all | ||
| jobs: | ||
| deploy: | ||
|
Check failure on line 14 in .github/workflows/prod-promote.yml
|
||
| # These permissions are needed to interact with GitHub's OIDC Token endpoint. | ||
| permissions: | ||
| id-token: write | ||
| contents: read | ||
| name: Prod Container Promote | ||
| uses: mitlibraries/.github/.github/workflows/ecr-shared-promote-prod.yml@main | ||
| 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: "" | ||