From f50d5c9a8c4747fc9dd477b554dc484b5cbde632 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 00:49:33 +0800 Subject: [PATCH] test --- .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 906ea8a..f58e203 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: ubuntu + container: ${{ env.DOMAIN }}/youling/devops steps: # - name: 环境检测 # run: | @@ -69,7 +69,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} gtiops: runs-on: k8s # <-- Used runner label - # container: ubuntu + container: ${{ env.DOMAIN }}/youling/devops if: ${{ success() }} needs: [build] @@ -87,7 +87,7 @@ jobs: 微信通知: runs-on: k8s # <-- Used runner label - # container: ubuntu + container: ${{ env.DOMAIN }}/youling/devops if: ${{success()}} needs: [build, gtiops]