Skip to content

Commit e928a00

Browse files
committed
chore: enhance branding
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent 9a6f9d6 commit e928a00

14 files changed

Lines changed: 47411 additions & 149 deletions

File tree

.github/logo.svg

Lines changed: 23614 additions & 0 deletions
Loading

.github/social-preview.svg

Lines changed: 23638 additions & 0 deletions
Loading

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
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+
813
Opinionated 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)

actions/docker/get-image-metadata/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
name: "Get image metadata"
33
description: "Action to retrieve required metadata to build Docker image"
4-
author: Hoverkraft
4+
author: hoverkraft
55
branding:
6-
icon: package
7-
color: gray-dark
6+
icon: info
7+
color: blue
88

99
outputs:
1010
image:

actions/docker/get-image-name/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
name: "Get image name"
33
description: "Action to forge the name of a given image including registry, repository and given input image name"
4-
author: Hoverkraft
4+
author: hoverkraft
55
branding:
66
icon: tag
7-
color: gray-dark
7+
color: blue
88

99
outputs:
1010
image-name:

actions/docker/prune-pull-requests-image-tags/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
name: "Prune pull requests image tags from GitHub Packages"
33
description: "Action to prune existing package versions related to closed pull requests"
4-
author: Hoverkraft
4+
author: hoverkraft
55
branding:
66
icon: delete
7-
color: gray-dark
7+
color: blue
88

99
outputs:
1010
deleted-image-tags:

actions/helm/generate-docs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
88
branding:
99
icon: book-open
1010
color: blue

actions/helm/parse-chart-uri/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 -->

actions/helm/parse-chart-uri/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1212
branding:
1313
icon: link
14-
color: gray-dark
14+
color: blue
1515

1616
inputs:
1717
uri:

actions/helm/release-chart/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
88
branding:
99
icon: upload-cloud
10-
color: gray-dark
10+
color: blue
1111

1212
inputs:
1313
oci-registry:

0 commit comments

Comments
 (0)