Skip to content

Prod Promote Image

Prod Promote Image #24

Workflow file for this run

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