Fix dev CI: touch soul-demo-image.tar placeholder before Docker build
Dev — Build & local smoke test / build-smoke (pull_request) Failing after 3m5s

This commit is contained in:
2026-05-09 16:17:18 -05:00
parent 15c70f0e26
commit a51a16c4da
+7
View File
@@ -154,6 +154,13 @@ jobs:
- name: Touch HTML placeholder files
run: touch src/index.html src/about.html src/terms.html src/enterprise-terms.html
- name: Create soul-demo-image.tar placeholder
# Dockerfile.stage COPYs this file (used by k3s at runtime).
# For the dev smoke test the k3s import fails silently — the landing
# server still comes up on :8080. Real tar is built by build-stage.sh
# in the deploy pipeline; here we just need the COPY to succeed.
run: touch dist/soul-demo-image.tar
- name: Build Docker image (local only — no push)
run: |
set -euo pipefail