fix(ci): write .env and recordings to infra/docker/ relative to compose

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
MythEclipse
2026-06-02 10:00:40 +07:00
co-authored by Claude Opus 4.8
parent 5fdf951435
commit 1a794f35fb
+2 -2
View File
@@ -93,8 +93,8 @@ jobs:
cd "$APP_DIR"
printf '%s\n' "$ENV_FILE" > .env
mkdir -p recordings
mkdir -p infra/docker/recordings
printf '%s\n' "$ENV_FILE" > infra/docker/.env
echo "$GHCR_TOKEN" | docker login ghcr.io -u "$GHCR_USERNAME" --password-stdin