From ed775da7269680b319ce65eb734fce3fb5a93d23 Mon Sep 17 00:00:00 2001 From: AaronHux Date: Fri, 24 May 2024 23:37:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/action.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index fb5a0a5..32005c3 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -5,10 +5,6 @@ on: [push] jobs: Explore-Gitea-Actions: runs-on: server - container: - image: ghcr.io/catthehacker/ubuntu:act-latest - volumes: - - /run/docker.sock:/run/docker.sock steps: - run: docker build --pull --rm -f "Dockerfile" -t website-v1:latest "." - run: docker rm -f website-v1 || true