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]