Skip to content

Commit b9fa88e

Browse files
committed
move container images and github actions path
Signed-off-by: Ryan Cook <[email protected]>
1 parent 79dc3df commit b9fa88e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Makefile

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,15 @@ yaml-lint: ## Lint yaml files
4747
$(CMD_PREFIX) yamllint -c .yamllint.yaml deploy --strict
4848

4949
##@ Artifacts - Command to build and publish artifacts
50-
ui-image: Containerfile ## Build continaer image for the InstructLab UI
51-
$(ECHO_PREFIX) printf " %-12s Containerfile\n" "[docker]"
52-
$(CMD_PREFIX) docker build -f Containerfile -t ghcr.io/instructlab/ui/ui:$(TAG) .
50+
ui-image: src/Containerfile ## Build container image for the InstructLab UI
51+
$(ECHO_PREFIX) printf " %-12s src/Containerfile\n" "[docker]"
52+
$(CMD_PREFIX) docker build -f src/Containerfile -t ghcr.io/instructlab/ui/ui:$(TAG) .
5353
$(CMD_PREFIX) docker tag ghcr.io/instructlab/ui/ui:$(TAG) ghcr.io/instructlab/ui/ui:main
5454

55-
ps-image: Containerfile.ps ## Build continaer image for the pathservice
56-
$(ECHO_PREFIX) printf " %-12s Containerfile.ps\n" "[docker]"
57-
$(CMD_PREFIX) docker build -f Containerfile.ps -t ghcr.io/instructlab/ui/pathservice:$(TAG) .
55+
56+
ps-image: pathservice/Containerfile ## Build container image for the InstructLab PathService
57+
$(ECHO_PREFIX) printf " %-12s pathservice/Containerfile\n" "[docker]"
58+
$(CMD_PREFIX) docker build -f pathservice/Containerfile -t ghcr.io/instructlab/ui/pathservice:$(TAG) .
5859
$(CMD_PREFIX) docker tag ghcr.io/instructlab/ui/pathservice:$(TAG) ghcr.io/instructlab/ui/pathservice:main
5960

6061
##@ Local Dev - Local machine based deployment of the UI stack
File renamed without changes.

0 commit comments

Comments
 (0)