Merge pull request #6 from sparticleinc/master

ci: fix checkout step
This commit is contained in:
shuirong 2025-12-17 15:53:00 +09:00 committed by GitHub
commit 23bc62a2b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: |