File tree Expand file tree Collapse file tree
prune-pull-requests-image-tags Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Continuous Integration - GitHub - Container
1+ <!-- markdownlint-disable-next-line first-line-heading -->
2+ <div align =" center " width =" 100% " >
3+
4+ # <img src =" .github/logo.svg " width =" 60px " align =" center " alt =" logo " /> Continuous Integration - GitHub - Container
25
36[ ![ Continuous Integration] ( https://github.com/hoverkraft-tech/ci-github-container/actions/workflows/__main-ci.yml/badge.svg )] ( https://github.com/hoverkraft-tech/ci-github-container/actions/workflows/__main-ci.yml )
47[ ![ GitHub tag] ( https://img.shields.io/github/tag/hoverkraft-tech/ci-github-container?include_prereleases=&sort=semver&color=blue )] ( https://github.com/hoverkraft-tech/ci-github-container/releases/ )
58[ ![ License] ( https://img.shields.io/badge/License-MIT-blue )] ( #license )
69[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg )] ( CONTRIBUTING.md )
710
11+ </div >
12+
813Opinionated GitHub Actions and workflows for continuous integration in container (OCI) context
914
1015---
@@ -23,6 +28,8 @@ Opinionated GitHub Actions and workflows for continuous integration in container
2328
2429#### - [ Prune pull requests image tags] ( actions/docker/prune-pull-requests-image-tags/README.md )
2530
31+ #### - [ Sign images] ( actions/docker/sign-images/README.md )
32+
2633### Helm
2734
2835#### - [ Generate chart documentation] ( actions/helm/generate-docs/README.md )
Original file line number Diff line number Diff line change 11---
22name : " Get image metadata"
33description : " Action to retrieve required metadata to build Docker image"
4- author : Hoverkraft
4+ author : hoverkraft
55branding :
6- icon : package
7- color : gray-dark
6+ icon : info
7+ color : blue
88
99outputs :
1010 image :
Original file line number Diff line number Diff line change 11---
22name : " Get image name"
33description : " Action to forge the name of a given image including registry, repository and given input image name"
4- author : Hoverkraft
4+ author : hoverkraft
55branding :
66 icon : tag
7- color : gray-dark
7+ color : blue
88
99outputs :
1010 image-name :
Original file line number Diff line number Diff line change 11---
22name : " Prune pull requests image tags from GitHub Packages"
33description : " Action to prune existing package versions related to closed pull requests"
4- author : Hoverkraft
4+ author : hoverkraft
55branding :
66 icon : delete
7- color : gray-dark
7+ color : blue
88
99outputs :
1010 deleted-image-tags :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: |
44 Action to generate documentation for a Helm chart.
55 It will generate the documentation in the `docs/` directory of the chart.
66 Mainly using [losisin/helm-docs-github-action](https://github.com/losisin/helm-docs-github-action).
7- author : Hoverkraft
7+ author : hoverkraft
88branding :
99 icon : book-open
1010 color : blue
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ This action does not requires any permissions.
4444
4545| **Input** | **Description** | **Default** | **Required** |
4646| ---------------- | ------------------ | ----------- | ------------ |
47- | <code>uri </code> | Chart URI to parse | | **true** |
47+ | <code>URI </code> | Chart URI to parse | | **true** |
4848
4949<!-- end inputs -->
5050<!-- start outputs -->
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ description: |
88 - `repository`: `ghcr.io/my-org/my-repo/charts/my-application`
99 - `name`: `my-repo`
1010 - `version`: `0.1.0`
11- author : Hoverkraft
11+ author : hoverkraft
1212branding :
1313 icon : link
14- color : gray-dark
14+ color : blue
1515
1616inputs :
1717 uri :
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ description: |
44 Action to release a Helm chart to OCI registry.
55 Supports umbrella charts: if a chart has local dependencies having version 0.0.0,
66 the action will update those dependencies version with the given tag, then update the Chart.lock accordingly.
7- author : Hoverkraft
7+ author : hoverkraft
88branding :
99 icon : upload-cloud
10- color : gray-dark
10+ color : blue
1111
1212inputs :
1313 oci-registry :
You can’t perform that action at this time.
0 commit comments