1
0
Fork 0
mirror of https://codeberg.org/PurpleBooth/common-pipelines.git synced 2025-10-15 16:06:37 +00:00
Actions for forgejo
Find a file
2025-10-15 14:30:08 +02:00
.forgejo/workflows style: apply auto-fixes (shfmt,yamlfix) (triggered by failing checks) 2025-09-29 11:46:30 +00:00
actions style: apply auto-fixes (shfmt,yamlfix) (triggered by failing checks) 2025-09-29 18:19:50 +00:00
concourse refactor: replace build-debug.yaml with build.yaml in Concourse pipeline 2025-10-15 14:30:08 +02:00
test style: apply auto-fixes (shfmt,yamlfix) (triggered by failing checks) 2025-09-29 11:46:30 +00:00
.gitignore fix: Switch to explicit locations for actions 2024-11-11 09:50:40 +01:00
CHANGELOG.md refactor: rename grype tasks to trivy tasks 2025-10-08 14:25:04 +02:00
cloudbuild.yaml style(yamlfix): apply auto-fixes 2025-10-15 06:28:44 +00:00
cog.toml feat: add OCI layout to image tar task with updated configuration 2025-10-04 09:48:53 +02:00
justfile refactor: Separate build and push steps in cloudbuild.yaml 2025-10-14 08:16:38 +02:00
LICENSE Initial commit 2021-10-05 19:17:19 +02:00
README.md Add unified Rust library pipeline system 2025-10-09 08:46:41 +02:00
renovate.json refactor: remove custom Renovate regex manager configuration 2025-10-05 07:32:15 +02:00

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

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.