mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-05 02:08:18 +00:00
ci: add builder image builder
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
name: Publish Builder Images
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-images:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Build images
|
||||
run: python3 assets/ci/build-builder-images.py ghcr.io
|
||||
Reference in New Issue
Block a user