Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudwithchris/reusable-workflows
This GitHub repository contains several reusable GitHub Action workflows that Chris Reddington has adopted across his work on Cloud With Chris and additional side projects. The intent is to gather those workflows that are commonly used within my projects, so that they can be easily maintained in one single place.
https://github.com/cloudwithchris/reusable-workflows
ci ci-cd ci-cd-pipeline cicd devops devops-pipeline devops-pipelines github github-actions github-actions-ci github-actions-enabled github-actions-workflow reusable-components reusable-workflows
Last synced: about 2 months ago
JSON representation
This GitHub repository contains several reusable GitHub Action workflows that Chris Reddington has adopted across his work on Cloud With Chris and additional side projects. The intent is to gather those workflows that are commonly used within my projects, so that they can be easily maintained in one single place.
- Host: GitHub
- URL: https://github.com/cloudwithchris/reusable-workflows
- Owner: CloudWithChris
- License: mit
- Created: 2022-03-30T16:39:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T08:33:29.000Z (3 months ago)
- Last Synced: 2024-11-22T09:26:43.165Z (3 months ago)
- Topics: ci, ci-cd, ci-cd-pipeline, cicd, devops, devops-pipeline, devops-pipelines, github, github-actions, github-actions-ci, github-actions-enabled, github-actions-workflow, reusable-components, reusable-workflows
- Language: Dockerfile
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Reusable GitHub Action Workflows
This GitHub repository contains several [reusable GitHub Action workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows) that [Chris Reddington](https://www.christianreddington.co.uk) has adopted across his work on [Cloud With Chris](https://www.cloudwithchris.com) and additional side projects. The intent is to gather those workflows that are commonly used within my projects, so that they can be easily maintained in one single place.
Please note that these workflow files are made based upon Chris' own personal projects and are not considered production ready for external use. If you decide to adopt these within your own projects, then they are provided as-is without any warranties. No individuals or organisations provide official support for these.
# Usage
To use one of the reusable action workflows within your own GitHub workflow, please see the [reusable GitHub Action workflows documentation](https://docs.github.com/en/actions/using-workflows/reusing-workflows).
- [Details on calling reusable workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows#calling-a-reusable-workflow)
## Contributing
This project welcomes contributions and suggestions. When you submit code changes, your submissions will be understood under the same [MIT License](LICENSE) that covers the project.For detailed guidelines, including Feature Requests, Bug Reports and Code Contributions visit the [Contributing Guide](contributing.md).
## Support
If you like this project, I'd greatly appreciate your support for my blog/podcast/vlog, Cloud With Chris.* [Apple Podcasts](https://podcasts.apple.com/gb/podcast/cloud-with-chris/id1499633784)
* [Google Podcasts](https://podcasts.google.com/feed/aHR0cHM6Ly93d3cuY2xvdWR3aXRoY2hyaXMuY29tL2VwaXNvZGUvaW5kZXgueG1s?sa=X&ved=0CAMQ4aUDahcKEwiwsr2N1ePtAhUAAAAAHQAAAAAQBA)
* [RSS](https://www.cloudwithchris.com/episode/index.xml)
* [Spotify](https://open.spotify.com/show/3oBrdKm5grzl58GBiV0j2y)
* [YouTube](https://www.youtube.com/c/CloudWithChris)
* [Website](https://www.cloudwithchris.com)# License
The scripts and documentation in this project are released under the [MIT License](LICENSE)