Add github actions workflows (#1)

Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
This commit is contained in:
Kathryn Baldauf
2025-06-05 16:15:28 -07:00
committed by Kathryn Baldauf
parent 3407cc3f16
commit 6bc739a670
7 changed files with 273 additions and 0 deletions
@@ -0,0 +1,18 @@
name: Build containerization
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- main
- release/*
jobs:
containerization:
permissions:
contents: read
packages: write
pages: write
uses: ./.github/workflows/containerization-build-template.yml
secrets: inherit