forked from wylab/llama.cpp
ci: use REGISTRY_TOKEN secret for docker login
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 1h29m20s
EditorConfig Checker / editorconfig (push) Has been cancelled
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 1h29m20s
EditorConfig Checker / editorconfig (push) Has been cancelled
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
- name: Log in to Gitea Container Registry
|
||||
run: |
|
||||
echo "${{ github.token }}" | docker login git.wylab.me -u ${{ github.actor }} --password-stdin
|
||||
echo "${{ secrets.REGISTRY_TOKEN }}" | docker login git.wylab.me -u wylab --password-stdin
|
||||
|
||||
- name: Build server-rocm image
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user