更新 .gitea/workflows/mengningsoftware-docs-ci-cd.yaml (#11)
All checks were successful
CI/CD Pipeline for mengning.com.cn / build (push) Successful in 2m24s
All checks were successful
CI/CD Pipeline for mengning.com.cn / build (push) Successful in 2m24s
Reviewed-on: #11
This commit is contained in:
@@ -10,8 +10,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# container:
|
container:
|
||||||
# image: gitea/runner-images:ubuntu-latest
|
image: gitea/runner-images:ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 拉取代码
|
- name: 拉取代码
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -70,8 +70,8 @@ jobs:
|
|||||||
# 创建新的 Application CRD
|
# 创建新的 Application CRD
|
||||||
kubectl apply -f deploy.yaml
|
kubectl apply -f deploy.yaml
|
||||||
|
|
||||||
- name: Clean Environment
|
- name: Clean Environment
|
||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
docker rmi devstar.cn/devstar/devstar-docs:latest || true
|
docker rmi devstar.cn/devstar/devstar-docs:latest || true
|
||||||
docker builder prune -f || true
|
docker builder prune -f || true
|
||||||
Reference in New Issue
Block a user