unified builds

This commit is contained in:
chrislu
2025-11-27 23:13:51 -08:00
parent 755b1b55ff
commit 626954b76c
7 changed files with 269 additions and 22 deletions

View File

@@ -1,10 +1,13 @@
name: "docker: build release containers for large volume"
# DISABLED: Merged into container_release_unified.yml
on:
push:
tags:
- '*'
workflow_dispatch: {}
workflow_dispatch:
inputs:
force_run:
description: 'This workflow is disabled. Use container_release_unified.yml instead'
required: true
default: 'disabled'
permissions:
contents: read