All Projects → BretFisher → github-actions-templates

BretFisher / github-actions-templates

Licence: Unlicense license
No description, website, or topics provided.

Programming Languages

Dockerfile
14818 projects

Docker GitHub Actions DevOps Examples

Lint Code Base Docker Build Snyk Scan Trivy Scan

See this repositories .github directory for examples on linters, workflows, and dependabot.

Examples

Some workflows are reusable or are calling other reusable workflows in other repositories.

I name workflows depending on how they are used:

  • reusable-*.yaml - the workflow is designed to be reusable as a "called" workflow, and have a workflow_call event in them. They would exist in a central repository that is either public or internal and called by other repositories.
  • call-*.yaml - this calls a reusable workflow that lives in other repositories or files with uses: <github-path>.
  • Any other workflows are just designed to run inside a repository directly.

This repository is part of my example repos on GitHub Actions

More reading

🎉🎉🎉 Join my container DevOps community 🎉🎉🎉

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].