-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
README.yaml
58 lines (46 loc) · 1.64 KB
/
README.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
#
# This is the canonical configuration for the `README.md`
# Run `make readme` to rebuild the `README.md`
#
# Name of this project
name: github-actions-workflows
# Tags of this project
tags:
- github-action
- release workflows
- CI/CD
# Logo for this project
#logo: docs/logo.png
# License of this project
license: "APACHE2"
# Canonical GitHub repo
github_repo: cloudposse/github-actions-workflows
# Badges to display
badges:
- name: "Latest Release"
image: "https://img.shields.io/github/release/cloudposse/github-actions-workflows.svg"
url: "https://github.com/cloudposse/github-actions-workflows/releases/latest"
- name: "Slack Community"
image: "https://slack.cloudposse.com/badge.svg"
url: "https://slack.cloudposse.com"
related: []
# Short description of this project
description: General purpose reusable Github Action workflows
introduction: |-
Use provided [GitHub Actions reusable workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows)
to implement consistent release workflow for Github Actions repositories across your organization.
Avoid duplication and simplify maintain of the workflows.
references:
- name: "github-actions-workflows"
description: "Reusable workflows for different types of projects"
url: "https://github.com/cloudposse/github-actions-workflows"
- name: "github-action-docker-build-push"
description: "Simple docker build action"
url: "https://github.com/cloudposse/github-action-docker-build-push"
include:
- "docs/github-actions-reusable-workflows.md"
# Contributors to this project
contributors:
- name: "Igor Rodionov"
github: "goruha"