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

This commit is contained in:
2026-04-23 17:50:09 +08:00
parent a23626614f
commit 0f110ce0c6
+2 -9
View File
@@ -4,20 +4,13 @@ on:
push:
tags:
- "v*"
container:
image: node:20-bookworm
jobs:
docker-image:
runs-on: ubuntu
runs-on: node
permissions:
contents: read
- name: Install Docker CLI
run: |
apt-get update
apt-get install -y docker.io curl
steps:
- name: Checkout code
uses: actions/checkout@v4
@@ -67,7 +60,7 @@ jobs:
-d "{\"image\":\"${IMAGE}\",\"tag\":\"${{ github.ref_name }}\",\"repo\":\"${{ github.repository }}\"}"
deploy-fallback-log:
runs-on: ubuntu
runs-on: node
needs: docker-image
if: failure()
steps: