1
0
Fork 0
mirror of https://codeberg.org/PurpleBooth/common-pipelines.git synced 2025-12-10 13:42:19 +00:00
Actions for forgejo
Find a file
2025-11-13 21:05:57 +00: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 chore(deps): update dependency kubernetes/kubernetes to v1.34.2 2025-11-13 00:08:20 +01:00
test style: apply auto-fixes (shfmt,yamlfix) (triggered by failing checks) 2025-09-29 11:46:30 +00:00
.editorconfig feat: improve cloud build config with parameterized builds 2025-10-24 09:57:02 +02: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 fix(deps): update gcr.io/cloud-builders/docker docker digest to 906bceb 2025-11-13 21:05:57 +00:00
cog.toml feat: add OCI layout to image tar task with updated configuration 2025-10-04 09:48:53 +02:00
justfile fix: improve GPG agent handling and lint command reliability 2025-10-25 06:31:41 +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
werf.yaml feat: add keep latest tag and 6-hour image retention policy 2025-10-17 21:37:11 +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.