ci: fix checkout step

This commit is contained in:
shuirong 2025-12-17 15:52:30 +09:00
parent 409e3ba2c1
commit 40e5e1e7aa

View File

@ -42,7 +42,6 @@ jobs:
deploy-namespace:
type: string
steps:
- checkout
- run:
name: kubectl apply
command: |
@ -70,6 +69,7 @@ jobs:
docker-tag:
type: string
steps:
- checkout
- run:
name: Build Docker image
command: |