Skip to content

Eirbware/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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

About

A repository container our workflows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published