File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 88 # branches:
99 # - main
1010 # paths:
11- # - .github/workflows/instructlab_baseimages_build_push .yaml
12- # - training/nvidia
11+ # - .github/workflows/instructlab .yaml
12+ # - training/instructlab/Makefile
1313 # push:
1414 # branches:
1515 # - main
1616 # paths:
17- # - .github/workflows/instructlab_baseimages_build_push .yaml
18- # - training/nvidia
17+ # - .github/workflows/instructlab .yaml
18+ # - training/instructlab/Makefile
1919
2020 workflow_dispatch :
2121
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ instructlab:
1616.PHONY : nvidia
1717nvidia : instructlab
1818 rm -rf ../build/instructlab-$@
19- podman build --layers=false -- squash-all -t oci:../build/instructlab- $@ instructlab/containers/cuda
19+ podman build --squash-all -t ${REGISTRY} / ${REGISTRY_ORG} / $@ : ${IMAGE_TAG} instructlab/containers/cuda
2020
2121.PHONY : amd
2222amd : instructlab
2323 rm -rf ../build/instructlab-$@
24- podman build --layers=false -- squash-all -t oci:../build/instructlab- $@ -f instructlab/containers/rocm/Containerfile instructlab
24+ podman build --squash-all -t ${REGISTRY} / ${REGISTRY_ORG} / $@ : ${IMAGE_TAG} -f instructlab/containers/rocm/Containerfile instructlab
2525
2626.PHONY : intel
2727intel : instructlab
2828 rm -rf ../build/instructlab-$@
29- podman build --layers=false -- squash-all -t oci:../build/instructlab- $@ -f instructlab/containers/hpu/Containerfile instructlab
29+ podman build --squash-all -t ${REGISTRY} / ${REGISTRY_ORG} / $@ : ${IMAGE_TAG} -f instructlab/containers/hpu/Containerfile instructlab
You can’t perform that action at this time.
0 commit comments