Skip to content

Commit 36d82ee

Browse files
committed
refactor: move sandbox files into .flue/sandbox/ directory
1 parent 3f6ca24 commit 36d82ee

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN git config --system --add safe.directory '*'
6565
# --- Global OpenCode rules for CI sessions ---
6666
# The flue CLI sets HOME=/tmp at runtime, so OpenCode reads global rules from
6767
# /tmp/.config/opencode/AGENTS.md. This injects CI-specific instructions.
68-
COPY .flue/AGENTS.sandbox.md /tmp/.config/opencode/AGENTS.md
68+
COPY .flue/sandbox/AGENTS.md /tmp/.config/opencode/AGENTS.md
6969

7070
EXPOSE 48765
7171

.github/workflows/build-sandbox-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Sandbox Image
22

33
on:
44
push:
5-
paths: ['.flue/Dockerfile.sandbox', '.flue/AGENTS.sandbox.md', '.github/workflows/build-sandbox-image.yml']
5+
paths: ['.flue/sandbox/Dockerfile', '.flue/sandbox/AGENTS.md', '.github/workflows/build-sandbox-image.yml']
66
workflow_dispatch:
77

88
env:
@@ -31,10 +31,10 @@ jobs:
3131
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
3232
with:
3333
context: .
34-
file: .flue/Dockerfile.sandbox
34+
file: .flue/sandbox/Dockerfile
3535
push: true
3636
tags: |
3737
${{ env.IMAGE }}:latest
38-
${{ env.IMAGE }}:${{ hashFiles('.flue/Dockerfile.sandbox', '.flue/AGENTS.sandbox.md') }}
38+
${{ env.IMAGE }}:${{ hashFiles('.flue/sandbox/Dockerfile', '.flue/sandbox/AGENTS.md') }}
3939
cache-from: type=gha
4040
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)