Commit 8a5e33a
authored
ci(release): ignore buildkitd.toml dropped by Blacksmith builder (#955)
## Summary
- `useblacksmith/setup-docker-builder` drops `buildkitd.toml` in the
repo
root, which trips goreleaser's dirty-state check. v2.5.0 and v2.6.0
shipped with no release artifacts for this reason.
- Adds a workflow step after the builder setup that writes the file's
name to `.git/info/exclude`, so both `release:published` runs and
`workflow_dispatch` backfills of older tags see a clean working tree.1 parent e3abea1 commit 8a5e33a
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
56 | 63 | | |
57 | 64 | | |
58 | 65 | | |
| |||
0 commit comments