diff --git a/.github/workflows/httpd-php.yml b/.github/workflows/httpd-php.yml index 2ca3473..c249ff3 100644 --- a/.github/workflows/httpd-php.yml +++ b/.github/workflows/httpd-php.yml @@ -1,10 +1,10 @@ -name: Build and Push httpd-php +name: Build httpd-php on: workflow_dispatch: jobs: build: - name: They took our jobs! + name: Build and push image runs-on: ubuntu-20.04 steps: diff --git a/README.md b/README.md index f420f05..f04f637 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ Do not publish the generated image to a public access registry as it contains yo ## Instructions -### GitHub +### GitHub Setup -- Click the "Use this template" button +- Click the [Use this template](https://github.com/chevereto/docker-builder/generate) button - Provide the following repository secrets | Key | Description | @@ -25,6 +25,7 @@ Do not publish the generated image to a public access registry as it contains yo 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 +### Creating Builds +- Go to "Actions" +- Run the workflow accordingly the wanted image