Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Minimal Example

This is a minimal example of a repo set up to use the CI/CD Action. The locations.yaml file specifies to build the github_action_demo_minimal code location using the Dockerfile in the current directory, using repo.py as an entry point.

The GitHub actions workflow for this example can be found at .github/workflows/example-minimal.yml.