Skip to content

Eirbware/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Eirbware's workflows

This repository contains all reusable workflows and workflow templates to provide better CICD

How to use reusable workflows

To use a reusable workflow, you have to make a job which calls it, like this:

  build-and-push:
    uses: Eirbware/.github/.github/workflows/build-and-publish.yml@master
    with:
      file: "./Dockerfile"
      image_name: ${{ github.repository }}
    secrets: 
      registry_username: ${{ secrets.registry_username }}
      registry_api_key: ${{ secrets.registry_api_key }}

More information here

Note

The build-and-publish reusable workflow needs id-token: write in the permissions

About

A repository container our workflows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published