Skip to content

v5.4.0

v5.4.0 #19

Workflow file for this run

### 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: ""