更新 .github/workflows/buidl_and_push_ghcr.yml
Some checks failed
Build with Kaniko (Hardcoded No Vars) / build (push) Failing after 5s
Some checks failed
Build with Kaniko (Hardcoded No Vars) / build (push) Failing after 5s
This commit is contained in:
2
.github/workflows/buidl_and_push_ghcr.yml
vendored
2
.github/workflows/buidl_and_push_ghcr.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
"
|
||||
echo '正在生成认证信息...' &&
|
||||
|
||||
echo '{\"auths\":{\"gitea-http.gitea.svc.cluster.local:3000\":{\"username\":\"${{ gitea.actor }}\",\"password\":\"${{ secrets.PACKAGES_TOKEN }}\"}}}' > /kaniko/.docker/config.json &&
|
||||
echo '{\"auths\":{\"gitea.173114.xyz\":{\"username\":\"${{ gitea.actor }}\",\"password\":\"${{ secrets.PACKAGES_TOKEN }}\"}}}' > /kaniko/.docker/config.json &&
|
||||
|
||||
echo '认证文件已生成,开始构建...' &&
|
||||
|
||||
|
||||
Reference in New Issue
Block a user