From 5e82c66f61acf9e4fcc13087b088fab97f2dcd11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=83=E9=87=8C=E8=B5=B0=E5=8D=95=E9=AA=91?= Date: Tue, 2 Apr 2024 02:00:26 +0800 Subject: [PATCH] fix docker-run --- .gitea/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index a162fc8..0bb8329 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -20,7 +20,8 @@ env: jobs: build: runs-on: ubuntu-latest - # container: catthehacker/ubuntu:act-latest + container: + image: ghcr.m.daocloud.io/catthehacker/ubuntu:act-latest steps: # - name: 环境检测 # run: | @@ -69,8 +70,6 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} gtiops: runs-on: ubuntu-latest - container: - image: ghcr.m.daocloud.io/catthehacker/ubuntu:act-latest if: ${{ success() }} needs: [build]