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