Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
masayag authored Aug 12, 2024
1 parent 092eab5 commit f2688c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit f2688c6

Please sign in to comment.