Skip to content

konveyor/tackle2-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tackle2 Actions

This is home to the common GitHub Actions and GitHub Workflows for Tackle. The purpose is to encourage code re-use by centrally locating that which doesn't belong to any specific project.

Example Usage

jobs:
  build-images:
    uses: konveyor/tackle2-actions/workflows/publish-images.yml@main
    with:
      registry: quay.io
      image_name: ${{ github.repository }}-container
    secrets: inherit

Code of Conduct

Refer to Konveyor's Code of Conduct here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published