Commit 1c7fd46
committed
fix(cli): TRIGGER_BUILD_SKIP_REWRITE_TIMESTAMP escape hatch
Local self-hosted builds with buildx's docker driver (e.g. orbstack's
default builder) fail on push with:
exporter option "rewrite-timestamp" conflicts with "unpack"
because the docker driver internally enables `unpack=true` on push,
which is mutually exclusive with `rewrite-timestamp`. Add an opt-out
env var so contributors running `trigger deploy --local-build --push
--builder orbstack` against a local registry can proceed without
switching to a docker-container driver.1 parent 5c4e064 commit 1c7fd46
2 files changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1152 | 1152 | | |
1153 | 1153 | | |
1154 | 1154 | | |
1155 | | - | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
1156 | 1163 | | |
1157 | 1164 | | |
1158 | 1165 | | |
| |||
0 commit comments