Files

1.7 KiB

gitea-actions

Reusable composite actions for Gitea CI/CD pipelines.

Actions

Docker

Action Description
docker Build a Docker image and push it to the Gitea container registry

Git

Action Description
git/create_tag Create and push a git tag in the current repository

Helm

Action Description
helm/diff Diff a Helm chart against a running deployment
helm/template Render a Helm chart for a deployment
helm/upgrade Log in to an OCI registry, update chart dependencies, and run helm upgrade

Infisical

Action Description
infisical/fetch-secret Fetch a single secret value from Infisical using a machine identity token

Infrastructure

Action Description
infra/update_version Update a service tag in stat-tackler-infra's releases/versions.yaml

Kubernetes

Action Description
kubectl/configure Write a kubeconfig and configure kubectl

Node

Action Description
node Install dependencies, build, and upload a build artifact
test/npm Install dependencies and run an npm test script

Trivy

Action Description
trivy/image_scan Scan a container image for vulnerabilities with Trivy
trivy/namespace_scan Scan a Kubernetes namespace for vulnerabilities with Trivy