From b1fd0e54d42da9faf0f1953ae25e0d737b16ad0c 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: Wed, 3 Apr 2024 01:02:13 +0800 Subject: [PATCH] fix image --- .gitea/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index f58e203..418ad5a 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -20,7 +20,7 @@ env: jobs: build: runs-on: k8s # <-- Used runner label - container: ${{ env.DOMAIN }}/youling/devops + container: ghcr.m.daocloud.io/catthehacker/ubuntu:custom-20.04-20240401 steps: # - name: 环境检测 # run: | @@ -69,7 +69,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} gtiops: runs-on: k8s # <-- Used runner label - container: ${{ env.DOMAIN }}/youling/devops + container: ghcr.m.daocloud.io/catthehacker/ubuntu:custom-20.04-20240401 if: ${{ success() }} needs: [build] @@ -87,7 +87,7 @@ jobs: 微信通知: runs-on: k8s # <-- Used runner label - container: ${{ env.DOMAIN }}/youling/devops + container: ghcr.m.daocloud.io/catthehacker/ubuntu:custom-20.04-20240401 if: ${{success()}} needs: [build, gtiops]