This commit is contained in:
Rodolfo Berrios
2021-06-03 14:31:51 -04:00
parent 0d12e5dd8a
commit 03decbd798

View File

@@ -9,12 +9,15 @@ Dockerfile template project for building and distributing container images for C
- Click the "Use this template" button
- Provide the following repository secrets
| Key | Description |
| ----------------- | -------------------------------------------------- |
| CHEVERETO_LICENSE | Chevereto license key |
| REGISTRY_IMAGE | Image to be build (at), `chevereto-build` |
| REGISTRY_LABEL | `ghcr.io/owner`, `hub.docker.com/owner`, `quay.io` |
| REGISTRY_PASSWORD | Password (registry access token) |
| REGISTRY_USERNAME | Username for container registry |
| Key | Description |
| ----------------- | ----------------------------------------------- |
| CHEVERETO_LICENSE | Chevereto license key |
| REGISTRY_IMAGE | Image to be build (at), `owner/chevereto-build` |
| REGISTRY_LABEL | `ghcr.io/owner`, `docker.io`, `quay.io` |
| REGISTRY_PASSWORD | Password (registry access token) |
| REGISTRY_USERNAME | Username for container registry |
This repo uses RedHat Actions [buildah-build](https://github.com/redhat-actions/buildah-build), [podman-login](https://github.com/redhat-actions/podman-login) and [](https://github.com/redhat-actions/push-to-registry).
This repo uses RedHat Actions [buildah-build](https://github.com/redhat-actions/buildah-build), [podman-login](https://github.com/redhat-actions/podman-login) and [push-to-registry](https://github.com/redhat-actions/push-to-registry).
- Go to "Actions"
- Run the workflow for the target image