mirror of
https://codeberg.org/PurpleBooth/common-pipelines.git
synced 2025-10-15 16:06:37 +00:00
Actions for forgejo
.forgejo/workflows | ||
actions | ||
concourse | ||
test | ||
.gitignore | ||
CHANGELOG.md | ||
cloudbuild.yaml | ||
cog.toml | ||
justfile | ||
LICENSE | ||
README.md | ||
renovate.json |
Common Pipelines
I have some very repeated Forgejo actions, this is an attempt to put them in one place. These are mirrored to Forgejo so you can use them as you would expect.
Actions
Here are the available actions
- configure-git-user
- configure-kubeconfig
- generate-sha256-files
- install-cocogitto
- install-delta
- install-helm
- install-jq
- install-just
- install-kind
- install-kubectl
- install-kustomise
- install-rust
- install-specdown
- install-talosctl
- install-yq
- release-with-cog
For any prefixed "install-*" you may use them as shown below.
- uses: https://codeberg.org/PurpleBooth/common-pipelines/actions/install-specdown@main
name: Install specdown
And you will get a working copy of the latest release in your environment. Click through to each of the actions for further details
Concourse
See concourse/README.md for unified Rust library pipeline templates and Concourse tasks.