Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@

# Re-include embedded shell scripts
!**/*.sh

# Re-include the runner image's per-kind Go text templates. The runner
# Dockerfile (runner/Dockerfile) bakes runner/templates/ into the image
# at /templates/. Without this re-include the seitask-runner build fails
# at `COPY --from=builder /workspace/runner/templates /templates` with
# "not found".
!runner/templates/**
Loading