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: 26 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-23T14:05:10.000Z (about 2 months ago)
- Last Synced: 2026-04-23T14:05:37.082Z (about 2 months 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: 17.6 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/78314483
Content
-------
Currently supported:
- `Docker`_: for multi-platform images with multi-stage Dockerfiles
References
----------
.. target-notes::
.. _`Docker`: https://docker.com/