fix: use self-contained catalog runner image
Validate ShrinkSDK Workspace / catalog (push) Successful in 37s
Validate ShrinkSDK Workspace / unity (push) Successful in 3m7s

This commit is contained in:
2026-09-05 07:02:12 +08:00
parent ddd55c0c58
commit f92105c97d
2 changed files with 4 additions and 8 deletions
+2 -4
View File
@@ -6,6 +6,8 @@ on:
jobs:
catalog:
runs-on: ubuntu-latest
container:
image: docker.m.daocloud.io/library/node:22-bookworm
permissions:
contents: read
steps:
@@ -13,10 +15,6 @@ jobs:
shell: bash
run: |
set -euo pipefail
if ! command -v git >/dev/null 2>&1; then
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates git
fi
ref="${{ gitea.sha }}"
git init .
git remote add origin "https://git.crash.work/ShrinkSDK/Workspace.git"
+2 -4
View File
@@ -9,6 +9,8 @@ on:
jobs:
catalog:
runs-on: ubuntu-latest
container:
image: docker.m.daocloud.io/library/node:22-bookworm
permissions:
contents: read
steps:
@@ -16,10 +18,6 @@ jobs:
shell: bash
run: |
set -euo pipefail
if ! command -v git >/dev/null 2>&1; then
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates git
fi
ref="${{ gitea.sha }}"
git init .
git remote add origin "https://git.crash.work/ShrinkSDK/Workspace.git"