From f2688c62b4bb6d14ec8ce2ed97dae9e0a68053e8 Mon Sep 17 00:00:00 2001 From: Moti Asayag Date: Mon, 12 Aug 2024 13:38:46 +0300 Subject: [PATCH] Update README.md --- setup/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup/README.md b/setup/README.md index 7246fd19..a6aa4b68 100644 --- a/setup/README.md +++ b/setup/README.md @@ -11,6 +11,8 @@ This container images extends a basic UBI 9 image with the required tools: # Build and publish the image Customize the `push` command to publish in your own repository: ```bash - docker build -t quay.io/orchestrator/ubi9-pipeline:latest . - docker push quay.io/orchestrator/ubi9-pipeline:latest + docker build -t quay.io/$USER/ubi9-pipeline:latest . + docker push quay.io/$USER/ubi9-pipeline:latest ``` +# A workflow for building the image +When the Dockerfile is changed and merged, a [workflow](https://github.com/parodos-dev/serverless-workflows/blob/main/.github/workflows/builder-utility.yaml) is triggered to build and publish the image.