mirror of
https://github.com/apple/container.git
synced 2026-09-13 19:25:47 +00:00
18 lines
332 B
YAML
18 lines
332 B
YAML
name: Release containerization
|
|
|
|
on:
|
|
push:
|
|
tags:
|
|
- "[0-9]+.[0-9]+.[0-9]+"
|
|
|
|
jobs:
|
|
containerization:
|
|
permissions:
|
|
contents: read
|
|
packages: write
|
|
uses: ./.github/workflows/containerization-build-template.yml
|
|
with:
|
|
release: true
|
|
version: ${{ github.ref_name }}
|
|
secrets: inherit
|