From bcdf3cc9b17a67af1e550b82fb4847e1bb686669 Mon Sep 17 00:00:00 2001 From: teddys48 Date: Wed, 11 Feb 2026 11:56:42 +0700 Subject: [PATCH] update --- .gitea/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 64433ee..27a6e4f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -11,7 +11,7 @@ env: jobs: cleaning: - runs-on: go + runs-on: ubuntu-latest container: null steps: - name: Cleanup @@ -22,7 +22,7 @@ jobs: docker image prune -af build_image: - runs-on: go + runs-on: ubuntu-latest container: null needs: cleaning steps: @@ -39,8 +39,8 @@ jobs: docker push $REGISTRY/$IMAGE_NAME:${{ gitea.run_number }} deploy: - runs-on: go - + runs-on: ubuntu-latest + container: null needs: build_image steps: - name: Deploy container