Skip to content
  • Kevin Daudt's avatar
    CI: build without cache · 131c58a2
    Kevin Daudt authored
    In CI, the images should always be built from scratch, and not use
    cached layers. So pass --no-cache to `docker-compose build` to make sure
    this happens.
    131c58a2