Skip to content

Commit

Permalink
chore: README.MD change
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalmemane committed Jan 21, 2025
1 parent 830bca1 commit d570d27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

APP_NAME = area-calculator
IMAGE_REGISTRY = quay.io
IMAGE_TAG = $(IMAGE_REGISTRY)/rh-ee-kmemane/$(APP_NAME)
IMAGE_TAG = $(IMAGE_REGISTRY)/kmemane/$(APP_NAME)

help:
@echo "Make - Area Calculator:"
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ This project includes a `Makefile` to simplify common tasks. You can use the fol
- **`make test`**: Run the tests for the project.
- **`make clean`**: Remove build artifacts.
- **`make all`**: To do clean, test, build, run tasks in one command.
- **`podman-build`**: Build Application Image using Podman.
- **`podman-run`**: Run Application Container Image.
- **`podman-push`**: Push Application Image to quay.io _**- podman login required.**_
- **`oc-deploy`**: Deploy application to openshift using docker strategy _**- oc login required.**_
- **`oc-delete`**: Delete all resources in openshift project _**- oc login required.**_
- **`make podman-build`**: Build Application Image using Podman.
- **`make podman-run`**: Run Application Container Image.
- **`make podman-push`**: Push Application Image to quay.io _**- podman login required.**_
- **`make oc-deploy`**: Deploy application to openshift using docker strategy _**- oc login required.**_
- **`make oc-delete`**: Delete all resources in openshift project _**- oc login required.**_

## Contribute
Contributions are welcome! Please feel free to submit a Pull Request or open an Issue for discussion.
Expand Down

0 comments on commit d570d27

Please sign in to comment.