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

This commit is contained in:
2026-04-12 19:54:32 +02:00
parent 95c35de76f
commit 5a1dd90fe6
+1 -1
View File
@@ -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: |