Skip to content

Commit

Permalink
Fix all docker builds being marked as -dirty (#2151)
Browse files Browse the repository at this point in the history
Because we didn't copy `Dockerfile` or `docker-compose.yaml`
previously, `git describe` would mark our working directory as
`-dirty` leading to a response like `v0.5.3-dirty` from
`GetVersion`.
  • Loading branch information
JamesHinshelwood authored Jan 13, 2025
1 parent dac27e4 commit 8de9d74
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
.cache
**/target/

docker-compose.yaml
Dockerfile

0 comments on commit 8de9d74

Please sign in to comment.