Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cfpb/ghcr_demo
- Owner: cfpb
- Created: 2022-07-29T08:52:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-29T09:15:11.000Z (over 2 years ago)
- Last Synced: 2024-12-04T11:37:58.024Z (8 days ago)
- Language: Smarty
- Size: 9.77 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - cfpb/ghcr_demo - Demo using GitHub Actions and GHCR (Smarty)
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 `*.*.*`