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:
co-authored by
Claude Opus 4.8
parent
5fdf951435
commit
1a794f35fb
@@ -93,8 +93,8 @@ jobs:
|
|||||||
|
|
||||||
cd "$APP_DIR"
|
cd "$APP_DIR"
|
||||||
|
|
||||||
printf '%s\n' "$ENV_FILE" > .env
|
mkdir -p infra/docker/recordings
|
||||||
mkdir -p recordings
|
printf '%s\n' "$ENV_FILE" > infra/docker/.env
|
||||||
|
|
||||||
echo "$GHCR_TOKEN" | docker login ghcr.io -u "$GHCR_USERNAME" --password-stdin
|
echo "$GHCR_TOKEN" | docker login ghcr.io -u "$GHCR_USERNAME" --password-stdin
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user