From 68156c3eae75ea473c081221ea8002fc7a6ce0d9 Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Tue, 12 May 2026 20:13:50 -0700 Subject: [PATCH] push to 2 remotes --- .gitea/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 417be4b..d83e540 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -53,6 +53,7 @@ jobs: docker buildx build \ --platform=linux/arm64 \ -t docker.mistox.net/comfyui-cuda-ampere:latest \ + -t mistox/rocm-aarch64-base:latest \ -f comfyui-cuda-dockerfile \ --push \ . @@ -62,6 +63,7 @@ jobs: docker buildx build \ --platform=linux/arm64 \ -t docker.mistox.net/uvicorn-ampere:latest \ + -t mistox/rocm-aarch64-base:latest \ -f uvicorn-dockerfile \ --push \ . \ No newline at end of file