Skip to content

Dev Container Build and Deploy #41

Dev Container Build and Deploy

Dev Container Build and Deploy #41

Workflow file for this run

### This is the Terraform-generated dev-build.yml workflow for the ###
### docker-matomo-dev app repository. ###
### If this is a Lambda repo, uncomment the FUNCTION line at the end of the ###
### document. If the container requires any additional pre-build commands, ###
### uncomment and edit the PREBUILD line at the end of the document. ###
name: Dev Container Build and Deploy
on:
workflow_dispatch:
pull_request:
branches:
- main
paths-ignore:
- '.github/**'
jobs:
deploy:
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
actions: read
attestations: read
checks: read
deployments: read
discussions: read
issues: read
id-token: write
models: read
packages: read
pages: read
pull-requests: read
repository-projects: read
statuses: read
security-events: read
contents: read
name: Dev Container Deploy
uses: mitlibraries/.github/.github/workflows/ecr-shared-deploy-dev.yml@INFRA-526
secrets: inherit
with:
AWS_REGION: "us-east-1"
GHA_ROLE: "docker-matomo-gha-dev"
ECR: "docker-matomo-dev"
# FUNCTION: ""
# PREBUILD: