From d9b92e3e6c2512aaf4e316011c8142fbe78cd975 Mon Sep 17 00:00:00 2001 From: teddys48 Date: Wed, 11 Feb 2026 10:40:24 +0700 Subject: [PATCH] update --- .gitea/workflows/ci.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index ea59b37..70916fe 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -12,6 +12,7 @@ env: jobs: cleaning: runs-on: go + container: null steps: - name: Cleanup run: | @@ -21,7 +22,8 @@ jobs: docker image prune -af build_image: - runs-on: node + runs-on: go + container: null needs: cleaning steps: - uses: actions/checkout@v4 @@ -37,7 +39,8 @@ jobs: docker push $REGISTRY/$IMAGE_NAME:${{ gitea.run_number }} deploy: - runs-on: node + runs-on: go + container: null needs: build_image steps: - name: Deploy container