forked from wylab/llama.cpp
ci: revert to git.wylab.me (size limit was the issue, now fixed)
Build Actions Cache / ubuntu-24-vulkan-cache (push) Has been cancelled
Build Actions Cache / ubuntu-24-openvino-cache (push) Has been cancelled
Build Actions Cache / windows-2022-rocm-cache (push) Has been cancelled
Build ROCm Server Image / build-rocm-server (push) Failing after 1h18m41s
Close inactive issues / close-issues (push) Has been cancelled
Publish Docker image / Create and push git tag (push) Has been cancelled
Publish Docker image / Prepare Docker matrices (push) Has been cancelled
Publish Docker image / Push Docker image to Docker Registry (push) Has been cancelled
Publish Docker image / Create shared tags from digests (push) Has been cancelled
EditorConfig Checker / editorconfig (push) Has been cancelled
CI (msys) / windows-msys2 (Release, clang-x86_64, CLANG64) (push) Has been cancelled
CI (msys) / windows-msys2 (Release, ucrt-x86_64, UCRT64) (push) Has been cancelled
CI (cross) / debian-13-loongarch64-cpu-cross (push) Has been cancelled
CI (cross) / debian-13-loongarch64-vulkan-cross (push) Has been cancelled
CI (cross) / ubuntu-24-riscv64-cpu-spacemit-ime-cross (push) Has been cancelled
Update Winget Package / Update Winget Package (push) Has been skipped
Build Actions Cache / ubuntu-24-vulkan-cache (push) Has been cancelled
Build Actions Cache / ubuntu-24-openvino-cache (push) Has been cancelled
Build Actions Cache / windows-2022-rocm-cache (push) Has been cancelled
Build ROCm Server Image / build-rocm-server (push) Failing after 1h18m41s
Close inactive issues / close-issues (push) Has been cancelled
Publish Docker image / Create and push git tag (push) Has been cancelled
Publish Docker image / Prepare Docker matrices (push) Has been cancelled
Publish Docker image / Push Docker image to Docker Registry (push) Has been cancelled
Publish Docker image / Create shared tags from digests (push) Has been cancelled
EditorConfig Checker / editorconfig (push) Has been cancelled
CI (msys) / windows-msys2 (Release, clang-x86_64, CLANG64) (push) Has been cancelled
CI (msys) / windows-msys2 (Release, ucrt-x86_64, UCRT64) (push) Has been cancelled
CI (cross) / debian-13-loongarch64-cpu-cross (push) Has been cancelled
CI (cross) / debian-13-loongarch64-vulkan-cross (push) Has been cancelled
CI (cross) / ubuntu-24-riscv64-cpu-spacemit-ime-cross (push) Has been cancelled
Update Winget Package / Update Winget Package (push) Has been skipped
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Log in to Gitea Container Registry
|
- name: Log in to Gitea Container Registry
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.REGISTRY_TOKEN }}" | docker login 192.168.1.50:3000 -u wylab --password-stdin
|
echo "${{ secrets.REGISTRY_TOKEN }}" | docker login git.wylab.me -u wylab --password-stdin
|
||||||
|
|
||||||
- name: Build server-rocm image
|
- name: Build server-rocm image
|
||||||
run: |
|
run: |
|
||||||
@@ -36,11 +36,11 @@ jobs:
|
|||||||
--target server \
|
--target server \
|
||||||
--build-arg ROCM_DOCKER_ARCH='gfx1100;gfx1101;gfx1102' \
|
--build-arg ROCM_DOCKER_ARCH='gfx1100;gfx1101;gfx1102' \
|
||||||
-f .devops/rocm.Dockerfile \
|
-f .devops/rocm.Dockerfile \
|
||||||
-t 192.168.1.50:3000/wylab/llama.cpp:server-rocm-${{ steps.tag.outputs.build_num }} \
|
-t git.wylab.me/wylab/llama.cpp:server-rocm-${{ steps.tag.outputs.build_num }} \
|
||||||
-t 192.168.1.50:3000/wylab/llama.cpp:server-rocm \
|
-t git.wylab.me/wylab/llama.cpp:server-rocm \
|
||||||
.
|
.
|
||||||
|
|
||||||
- name: Push images
|
- name: Push images
|
||||||
run: |
|
run: |
|
||||||
docker push 192.168.1.50:3000/wylab/llama.cpp:server-rocm-${{ steps.tag.outputs.build_num }}
|
docker push git.wylab.me/wylab/llama.cpp:server-rocm-${{ steps.tag.outputs.build_num }}
|
||||||
docker push 192.168.1.50:3000/wylab/llama.cpp:server-rocm
|
docker push git.wylab.me/wylab/llama.cpp:server-rocm
|
||||||
|
|||||||
Reference in New Issue
Block a user