mirror of
https://github.com/chevereto/docker.git
synced 2026-05-06 16:17:21 +02:00
typo
This commit is contained in:
19
README.md
19
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user