update token var
Some checks failed
build_docker / essential (pull_request) Successful in 0s
build_docker / build_cpu (linux/amd64) (pull_request) Successful in 4m58s
build_docker / build_gpu (pull_request) Failing after 8m52s
build_docker / build_cpu (linux/arm64) (pull_request) Has been cancelled

This commit is contained in:
2026-01-17 11:46:39 +01:00
parent ade3627804
commit 4f53d288b2

View File

@@ -49,7 +49,7 @@ jobs:
with:
registry: ${{ needs.essential.outputs.repo }}
username: username
password: ${{ secrets.UNIR_REGISTRY_TOKEN }}
password: ${{ secrets.CI_READWRITE }}
- name: Get arch suffix
id: arch
@@ -81,7 +81,7 @@ jobs:
- name: Login to Gitea Registry
run: |
echo ${{ secrets.UNIR_REGISTRY_TOKEN }} | docker login \
echo ${{ secrets.CI_READWRITE }} | docker login \
-u username \
--password-stdin ${{ needs.essential.outputs.repo }}