2 Commits

Author SHA1 Message Date
jiang 0f110ce0c6 ci: run gitea workflow on node runner
Build Push and Deploy / docker-image (push) Failing after 8m55s
Build Push and Deploy / deploy-fallback-log (push) Failing after 0s
2026-04-23 17:50:09 +08:00
jiang a23626614f ci: run gitea job in node container 2026-04-23 17:48:52 +08:00
+2 -2
View File
@@ -7,7 +7,7 @@ on:
jobs: jobs:
docker-image: docker-image:
runs-on: ubuntu runs-on: node
permissions: permissions:
contents: read contents: read
@@ -60,7 +60,7 @@ jobs:
-d "{\"image\":\"${IMAGE}\",\"tag\":\"${{ github.ref_name }}\",\"repo\":\"${{ github.repository }}\"}" -d "{\"image\":\"${IMAGE}\",\"tag\":\"${{ github.ref_name }}\",\"repo\":\"${{ github.repository }}\"}"
deploy-fallback-log: deploy-fallback-log:
runs-on: ubuntu runs-on: node
needs: docker-image needs: docker-image
if: failure() if: failure()
steps: steps: