build: add --no-cache to docker-build to prevent stale layer reuse

This commit is contained in:
2026-03-12 10:47:18 -04:00
parent aab0ad796d
commit c3c8eedf72

View File

@@ -20,7 +20,7 @@ darwin:
GOOS=darwin GOARCH=arm64 go build -o $(BUILD_DIR)/$(BIN)-darwin-arm64
docker-build:
podman build --format docker \
podman build --no-cache --format docker \
-t $(REGISTRY):$(VERSION) \
-t $(REGISTRY):latest \
.