Published from yuki-talos action/publish-module

This commit is contained in:
ci
2026-09-05 16:41:33 +00:00
commit 21e5a4ef2c
+21
View File
@@ -0,0 +1,21 @@
# ══════════════════════════════════════════════════════════════════
# BREAKING CHANGE? BUMP THE MAJOR IN cue/cluster/cluster.cue
# ══════════════════════════════════════════════════════════════════
# Everything pinning `@v1` gets this the moment it publishes. A change
# a consumer cannot absorb needs a new major, or it breaks them.
# ══════════════════════════════════════════════════════════════════
name: publish-module
description: Publish the CUE schema module applications validate against. Used by the platform and nothing else.
inputs:
version:
description: Module version to publish, e.g. v0.1.0.
required: true
runs:
using: docker
image: docker://gitea.512.dev/ci/toolbox@sha256:b854a995771816ba81a49656d246aab6c2688fe4a3490be6edc81487baa5f1cb
entrypoint: /usr/local/lib/actions/publish-module.sh
env:
PLUGIN_VERSION: ${{ inputs.version }}