Merge pull request #26 from MITLibraries/IN-1301 #19
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 dev-build.yml workflow for the ### | |
| ### docker-matomo-stage app repository. ### | |
| name: Stage Container Build and Deploy | |
| # 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: | |
| push: | |
| branches: | |
| - main | |
| paths-ignore: | |
| - '.github/**' | |
| jobs: | |
| deploy: | |
| name: Stage Container Deploy | |
| uses: mitlibraries/.github/.github/workflows/ecr-shared-deploy-stage.yml@INFRA-526 | |
| secrets: inherit | |
| with: | |
| AWS_REGION: "us-east-1" | |
| GHA_ROLE: "docker-matomo-gha-stage" | |
| ECR: "docker-matomo-stage" | |