From 92632ea12d4f30ab887a193c456ffd419cd30507 Mon Sep 17 00:00:00 2001 From: youling <16866120@qq.com> Date: Thu, 4 Apr 2024 11:50:30 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/test.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index a2190a5..db5d583 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -5,10 +5,10 @@ on: [push] jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest - container: - image: ghcr.m.daocloud.io/catthehacker/ubuntu:act-latest - volumes: - - /var/run/user/1000/docker.sock:/var/run/docker.sock + # container: + # image: ghcr.m.daocloud.io/catthehacker/ubuntu:act-latest + # volumes: + # - /var/run/user/1000/docker.sock:/var/run/docker.sock steps: - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"