Merge the 2 ai repos into 1
Docker Build and Release Upload / build (push) Successful in 15m21s

This commit is contained in:
2025-08-20 17:12:10 -07:00
parent c7c8602e3a
commit 8dec8ced7d
5 changed files with 114 additions and 6 deletions
+12 -2
View File
@@ -11,7 +11,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
@@ -26,5 +26,15 @@ jobs:
docker buildx build \
--platform=linux/arm64 \
-t mistox/comfyui-ampere \
-f comfyui-dockerfile \
--push \
.
.
- name: build and push uvicorn
run: |
docker buildx build \
--platform=linux/arm64 \
-t mistox/uvicorn-ampere \
-f uvicorn-dockerfile \
--push \
.