Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiacsys/github-workflows
GitHub Workflows for TiaC Systems Network
https://github.com/tiacsys/github-workflows
docker github-actions github-workflows reuseable-components workflows
Last synced: 3 days ago
JSON representation
GitHub Workflows for TiaC Systems Network
- Host: GitHub
- URL: https://github.com/tiacsys/github-workflows
- Owner: tiacsys
- License: mit
- Created: 2024-10-12T01:30:34.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2024-10-29T19:11:31.000Z (9 days ago)
- Last Synced: 2024-10-29T21:24:21.250Z (8 days ago)
- Topics: docker, github-actions, github-workflows, reuseable-components, workflows
- Homepage: https://github.com/tiacsys/github-workflows?tab=readme-ov-file#readme-ov-file
- Size: 11.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
TiaC Systems Network (TSN) GitHub Workflows
===========================================This repository contains a lot of reusable GitHub workflows for TiaC Systems
Network (TSN). This means that standard procedures in the CI pipelines can be
used again and again and maintained here at a central location.Documentation
-------------The documentation overview is in this `readme in the project root directory
`_... rubric:: Further readings:
- https://docs.github.com/en/actions/sharing-automations/reusing-workflows
- https://docs.github.com/en/actions/learn-github-actions/variables
- https://docs.github.com/en/actions/learn-github-actions/contexts#env-context
- https://docs.github.com/en/actions/learn-github-actions/expressions#fromjson
- https://docs.docker.com/build/ci/github-actions/multi-platform
- https://docs.docker.com/build/ci/github-actions/cache.. rubric:: Examples for inspirations:
- https://www.jitsejan.com/use-github-actions-with-json-file-as-matrix
- https://github.com/orgs/community/discussions/68732- https://medium.com/@aarne.laur/retry-failed-github-actions-8661e7601c66
- https://stackoverflow.com/a/78314483Content
-------Currently supported:
- `Docker`_: for multi-platform images with multi-stage Dockerfiles
References
----------.. target-notes::
.. _`Docker`: https://docker.com/