mirror of
https://github.com/apple/container.git
synced 2026-09-10 17:55:38 +00:00
19 lines
340 B
YAML
19 lines
340 B
YAML
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
|