Skip to content

cfpb/ghcr_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GHCR Demo

Simple Demo Repo that builds an nginx:alpine based image with a custom index.html using GitHub Actions.

The action is located @ .github/workflows/docker.yml

Builds images when:

  • Commit to main
  • Tag pushed matching pattern *.*.*
  • Release with Tag matching pattern *.*.*