Fix tagging
This commit is contained in:
@@ -35,16 +35,17 @@ jobs:
|
||||
docker buildx build \
|
||||
--platform=linux/arm64 \
|
||||
-t docker.mistox.net/rocm-aarch64-base:latest \
|
||||
-t mistox/rocm-aarch64-base:latest \
|
||||
-f rocm-base-aarch64-dockerfile \
|
||||
--push \
|
||||
.
|
||||
|
||||
- name: build and push comfyui-cuda
|
||||
- name: build and push comfyui-rocm
|
||||
run: |
|
||||
docker buildx build \
|
||||
--platform=linux/arm64 \
|
||||
-t docker.mistox.net/comfyui-cuda-ampere:latest \
|
||||
-t mistox/rocm-aarch64-base:latest \
|
||||
-t docker.mistox.net/comfyui-rocm-ampere:latest \
|
||||
-t mistox/comfyui-rocm-ampere:latest \
|
||||
-f comfyui-rocm-dockerfile \
|
||||
--push \
|
||||
.
|
||||
Reference in New Issue
Block a user