Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cfpb/ghcr_demo

Demo using GitHub Actions and GHCR
https://github.com/cfpb/ghcr_demo

Last synced: 5 days ago
JSON representation

Demo using GitHub Actions and GHCR

Awesome Lists containing this project

README

        

# 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`](.github/workflows/docker.yml)

Builds images when:
* Commit to `main`
* Tag pushed matching pattern `*.*.*`
* Release with Tag matching pattern `*.*.*`