coolify
coolify copied to clipboard
[Bug]: Force deploy (without cache) doesn't want to work
Error Message and Logs
#16 [web runner 7/12] COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
#16 CACHED
#17 [web runner 9/12] COPY --from=builder /app/src/db ./src/db
#17 CACHED
#18 [web runner 3/12] RUN addgroup --system --gid 1001 nodejs
#18 CACHED
#19 [web runner 5/12] COPY --from=builder /app/public ./public
#19 CACHED
#20 [web deps 1/4] WORKDIR /app
#20 CACHED
#21 [web runner 10/12] RUN bun add -d drizzle-kit
#21 CACHED
Steps to Reproduce
- Cilck to Force deploy (without cache)
Example Repository URL
No response
Coolify Version
v4.0.0-beta.397
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
No response
Additional Information
Every time I want to build a project without cache it still takes the cache. I also checked "Disable Build Cache" in the settings but it didn't help either
I do agree that this issue still exists.