redhat-actions / push-to-registry

GitHub Action to push a container image to an image registry.
https://github.com/marketplace/actions/push-to-registry
MIT License
100 stars 33 forks source link

Add a GHCR example and document it #45

Closed tetchel closed 3 years ago

tetchel commented 3 years ago

Though it's tempting to keep using dockerhub and quay, GHCR should also have a front-and-center example on this project since it comes with so little effort when using Actions (no other account required).

tetchel commented 3 years ago

The starter workflow is an example of this since it uses GHCR by default now. But we should still document it in this repo!