piano-sheet: 修 CI + ns 改 cube-piano #2

Merged
fam merged 2 commits from feat/piano-sheet into master 2026-05-05 09:04:40 +00:00
Showing only changes of commit 09c3236b5b - Show all commits
+4
View File
@@ -45,6 +45,10 @@ jobs:
docker build -f "apps/$APP/Dockerfile" -t "$IMAGE:${{ steps.tag.outputs.sha }}" .
docker push "$IMAGE:${{ steps.tag.outputs.sha }}"
- name: Initialize K8s resources
run: |
kubectl apply -f apps/piano-sheet/k8s/
- name: Roll out to k3s
run: |
kubectl -n "cube-$APP" set image "deploy/$APP" "$APP=$IMAGE:${{ steps.tag.outputs.sha }}"