From 03decbd798ba95fcf2e378edb7e7bba411f98448 Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios Date: Thu, 3 Jun 2021 14:31:51 -0400 Subject: [PATCH] typo --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 29a63c2..deeb332 100644 --- a/README.md +++ b/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