Files
gitea-actions/README.md
T

58 lines
1.7 KiB
Markdown

# gitea-actions
Reusable composite actions for Gitea CI/CD pipelines.
## Actions
### Docker
| Action | Description |
|---|---|
| [docker](docker/README.md) | Build a Docker image and push it to the Gitea container registry |
### Git
| Action | Description |
|---|---|
| [git/create_tag](git/create_tag/README.md) | Create and push a git tag in the current repository |
### Helm
| Action | Description |
|---|---|
| [helm/diff](helm/diff/README.md) | Diff a Helm chart against a running deployment |
| [helm/template](helm/template/README.md) | Render a Helm chart for a deployment |
| [helm/upgrade](helm/upgrade/README.md) | Log in to an OCI registry, update chart dependencies, and run `helm upgrade` |
### Infisical
| Action | Description |
|---|---|
| [infisical/fetch-secret](infisical/fetch-secret/README.md) | Fetch a single secret value from Infisical using a machine identity token |
### Infrastructure
| Action | Description |
|---|---|
| [infra/update_version](infra/update_version/README.md) | Update a service tag in `stat-tackler-infra`'s `releases/versions.yaml` |
### Kubernetes
| Action | Description |
|---|---|
| [kubectl/configure](kubectl/configure/README.md) | Write a kubeconfig and configure `kubectl` |
### Node
| Action | Description |
|---|---|
| [node](node/README.md) | Install dependencies, build, and upload a build artifact |
| [test/npm](test/npm/README.md) | Install dependencies and run an npm test script |
### Trivy
| Action | Description |
|---|---|
| [trivy/image_scan](trivy/image_scan/README.md) | Scan a container image for vulnerabilities with Trivy |
| [trivy/namespace_scan](trivy/namespace_scan/README.md) | Scan a Kubernetes namespace for vulnerabilities with Trivy |