Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.19 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.19 KB

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