Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 336 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 336 Bytes

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 *.*.*