From 55e8bae9286dde67870539b5b0da08b696f6bd42 Mon Sep 17 00:00:00 2001 From: root <1219654535@qq.com> Date: Sat, 25 May 2024 18:58:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index cda3e1d..2ec56d4 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -4,7 +4,7 @@ on: [push] jobs: Explore-Gitea-Actions: - runs-on: server + runs-on: linux_centos # container: catthehacker/ubuntu:act-latest # container: # image: ghcr.nju.edu.cn/catthehacker/ubuntu:act-latest @@ -16,7 +16,7 @@ jobs: steps: - name: Build & Deploy run: | - cd /data/TOPVERSE_Official + cd /opt/workspace/TOPVERSE_Official git pull docker build -t website-v1:latest "."