push to 2 remotes
Docker Build and Release Upload / build-rocm (push) Failing after 17s

This commit is contained in:
2026-05-12 20:13:50 -07:00
parent 0f49bfe445
commit 68156c3eae
+2
View File
@@ -53,6 +53,7 @@ jobs:
docker buildx build \ docker buildx build \
--platform=linux/arm64 \ --platform=linux/arm64 \
-t docker.mistox.net/comfyui-cuda-ampere:latest \ -t docker.mistox.net/comfyui-cuda-ampere:latest \
-t mistox/rocm-aarch64-base:latest \
-f comfyui-cuda-dockerfile \ -f comfyui-cuda-dockerfile \
--push \ --push \
. .
@@ -62,6 +63,7 @@ jobs:
docker buildx build \ docker buildx build \
--platform=linux/arm64 \ --platform=linux/arm64 \
-t docker.mistox.net/uvicorn-ampere:latest \ -t docker.mistox.net/uvicorn-ampere:latest \
-t mistox/rocm-aarch64-base:latest \
-f uvicorn-dockerfile \ -f uvicorn-dockerfile \
--push \ --push \
. .