Skip to content

fsinfuhh/workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reusable workflow definitions

This repository contains reusable workflows for GitHub Actions that bundle common tasks of our CI/CD pipeline.

The contained workflows are:

See the linked workflow definitions for the list of inputs that they expect.

How To Use

To use one of the defined workflows, define the job in your repository like this. Also refer to the GitHub Reference for calling reusable workflows.

# .github/workflows/my_awesome_workflow.yml

jobs:
  my-awesome-job:
    uses: fsinfuhh/workflows/.github/workflows/build_image.yml@main
    with:
      image_tag: v42.0.7

About

Reusable workflow definitons for our CI/CD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published